Skip to content

Commit 2f5cb65

Browse files
committed
Add log for memory init
1 parent 83d4083 commit 2f5cb65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ pub fn rust_main() -> ! {
103103
clear_bss();
104104
kernel_log_info();
105105
mm::init();
106+
println!("after mm::init!");
106107
mm::remap_test();
107108
task::add_initproc();
108109
println!("after initproc!");

0 commit comments

Comments
 (0)