[sq] Add goodbye message to console
This commit is contained in:
parent
e926f6c3af
commit
96727a2a24
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue