Frame Allocator OK.

This commit is contained in:
Yifan Wu 2020-12-03 10:40:30 +08:00
parent 2fd70b0ff4
commit 1256085d36
9 changed files with 205 additions and 158 deletions

View file

@ -37,8 +37,7 @@ fn clear_bss() {
pub fn rust_main() -> ! {
clear_bss();
println!("[kernel] Hello, world!");
mm::init_heap();
mm::heap_test();
mm::init();
loop {}
trap::init();
loader::load_apps();