diff --git a/kernel-rs/src/lib.rs b/kernel-rs/src/lib.rs index ce6f1035..dffe3fd0 100644 --- a/kernel-rs/src/lib.rs +++ b/kernel-rs/src/lib.rs @@ -51,6 +51,7 @@ fn reboot() { fn shutdown() -> ! { cpuio::outb(0xf4, 0x00);//TODO doesn't work :( println!("Reicv shutdown command. System cannot shutdown properly yet, he is now halt\n"); + test cpuio::halt(); } #[no_mangle]