We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4265d4 commit 77e42c8Copy full SHA for 77e42c8
test/pmm_test.rs
@@ -13,7 +13,6 @@ pub extern "C" fn rust_main() -> ! {
13
((end as usize - KERNEL_BEGIN_VADDR + KERNEL_BEGIN_PADDR) >> 12) + 1,
14
PHYSICAL_MEMORY_END >> 12,
15
);
16
- crate::interrupt::init();
17
println!("First Fit Allocator: {} / 8", FF_grade);
18
crate::sbi::shutdown();
19
}
0 commit comments