lol
This commit is contained in:
parent
37d51d2afe
commit
9bb408b77a
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ fn reboot() {
|
||||||
fn shutdown() -> ! {
|
fn shutdown() -> ! {
|
||||||
cpuio::outb(0xf4, 0x00);//TODO doesn't work :(
|
cpuio::outb(0xf4, 0x00);//TODO doesn't work :(
|
||||||
println!("Reicv shutdown command. System cannot shutdown properly yet, he is now halt\n");
|
println!("Reicv shutdown command. System cannot shutdown properly yet, he is now halt\n");
|
||||||
|
test
|
||||||
cpuio::halt();
|
cpuio::halt();
|
||||||
}
|
}
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue