Change IoMem directory

This commit is contained in:
Yuke Peng
2024-10-21 14:52:16 +08:00
committed by Tate, Hongliang Tian
parent 5f5be25e4a
commit 1f03955f51
17 changed files with 27 additions and 15 deletions

View File

@ -31,8 +31,8 @@ pub mod bus;
pub mod collections;
pub mod console;
pub mod cpu;
pub mod io;
mod error;
pub mod io_mem;
pub mod logger;
pub mod mm;
pub mod panic;