Add boot message about how to exit qemu
This commit is contained in:
parent
e27517f523
commit
8d126a6dfd
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ void start() {
|
||||||
else
|
else
|
||||||
PANIC("Some cores seem to have been enumerated incorrectly!\n");
|
PANIC("Some cores seem to have been enumerated incorrectly!\n");
|
||||||
|
|
||||||
|
kprintf("To exit qemu, press CTRL+a followed by x\n");
|
||||||
spin_unlock(&sl);
|
spin_unlock(&sl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue