This commit is contained in:
wescande 2018-02-12 18:19:01 +01:00
parent 37d51d2afe
commit 9bb408b77a

View file

@ -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]