Run hello_world/power one by one in batch mode.
This commit is contained in:
parent
bae5383602
commit
2ce04bf19f
10 changed files with 74 additions and 26 deletions
|
@ -28,8 +28,8 @@ fn clear_bss() {
|
|||
#[no_mangle]
|
||||
pub fn rust_main() -> ! {
|
||||
clear_bss();
|
||||
println!("Hello, world!");
|
||||
println!("[kernel] Hello, world!");
|
||||
trap::init();
|
||||
batch::init();
|
||||
batch::run_next_app();
|
||||
panic!("Shutdown machine!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue