[sq] Add goodbye message to console

This commit is contained in:
Berkus Decker 2019-02-24 12:28:56 +02:00
parent e926f6c3af
commit 96727a2a24
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ fn kmain() -> ! {
} }
} }
// writeln!(uart, "Bye, going to sleep now"); println!("Bye, going to sleep now");
// qemu_aarch64_exit() // qemu_aarch64_exit()
endless_sleep() endless_sleep()
} }