mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-20 15:18:26 -04:00
main: change panic message to match Linux
It is imperative for true Linux compatibility and for all of its quirkiness, that the kernel duly notify the user on fatal error conditions within the kernel that it is most definitely NOT SYNCING.
This commit is contained in:
@@ -44,7 +44,7 @@ fn on_panic(info: &PanicInfo) -> ! {
|
||||
|
||||
let panic_msg = info.message();
|
||||
|
||||
error!("Kernel Panic: {panic_msg}");
|
||||
error!("Kernel panic - not syncing: {panic_msg}");
|
||||
|
||||
ArchImpl::halt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user