Add boot message about how to exit qemu

This commit is contained in:
Imbus 2025-09-02 03:16:38 +02:00
parent e27517f523
commit 8d126a6dfd

View file

@ -57,6 +57,7 @@ void start() {
else
PANIC("Some cores seem to have been enumerated incorrectly!\n");
kprintf("To exit qemu, press CTRL+a followed by x\n");
spin_unlock(&sl);
}