add gui in os

This commit is contained in:
Yu Chen 2022-06-18 15:23:16 +08:00
parent 10e1c57b7d
commit 07029a2e5f
20 changed files with 649 additions and 4 deletions

View file

@ -1,6 +1,9 @@
pub mod block;
pub mod chardev;
pub mod plic;
pub mod gpu;
pub mod input;
pub use block::BLOCK_DEVICE;
pub use chardev::UART;
pub use gpu::*;
pub use input::*;