Remove block device test.
This commit is contained in:
parent
1ad242a886
commit
15bc00732c
3 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,6 @@ pub fn rust_main() -> ! {
|
|||
println!("[kernel] Hello, world!");
|
||||
mm::init();
|
||||
mm::remap_test();
|
||||
drivers::block_device_test();
|
||||
task::add_initproc();
|
||||
trap::init();
|
||||
trap::enable_timer_interrupt();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue