Analyse ELF.
This commit is contained in:
parent
b6f4327a3f
commit
d38b24a9cb
4 changed files with 43 additions and 3 deletions
|
@ -43,9 +43,9 @@ pub fn rust_main() -> ! {
|
|||
mm::init();
|
||||
println!("[kernel] back to world!");
|
||||
mm::remap_test();
|
||||
loop {}
|
||||
trap::init();
|
||||
loader::load_apps();
|
||||
loop {}
|
||||
trap::enable_interrupt();
|
||||
trap::enable_timer_interrupt();
|
||||
timer::set_next_trigger();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue