Refactor console

This commit is contained in:
Yuke Peng
2023-09-08 11:54:01 +08:00
committed by Tate, Hongliang Tian
parent 0a17d90532
commit eeac55e2e5
8 changed files with 191 additions and 142 deletions

View File

@ -23,6 +23,7 @@ pub mod arch;
pub mod boot;
pub mod bus;
pub mod config;
pub mod console;
pub mod cpu;
mod error;
pub mod io_mem;