Frame Allocator OK.
This commit is contained in:
parent
528d99258a
commit
e37e5708e4
9 changed files with 205 additions and 158 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue