Merge ch9

This commit is contained in:
yufeng 2023-02-06 19:51:24 +08:00
commit 55d9cfa1cd
57 changed files with 1909 additions and 678 deletions

View file

@ -12,7 +12,7 @@ pub type CharDeviceImpl = crate::drivers::chardev::NS16550a<VIRT_UART>;
pub const VIRT_PLIC: usize = 0xC00_0000;
pub const VIRT_UART: usize = 0x1000_0000;
#[allow(unused)]
pub const VIRTGPU_XRES: u32 = 1280;
#[allow(unused)]
pub const VIRTGPU_YRES: u32 = 800;