mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update index.md (#588)
This commit is contained in:
committed by
Philipp Oppermann
parent
3bcb2eecd8
commit
7cbd985756
@@ -393,7 +393,7 @@ We see that the panic message is still printed to the VGA buffer, while the othe
|
||||
|
||||
Note that it's no longer possible to exit QEMU from the console through `Ctrl+c` when `serial mon:stdio` is passed. An alternative keyboard shortcut is `Ctrl+a` and then `x`. Or you can just close the QEMU window manually.
|
||||
|
||||
### Print a Error Message on Panic
|
||||
### Print an Error Message on Panic
|
||||
|
||||
To exit QEMU with an error message on a panic, we can use [conditional compilation] to use a different panic handler in testing mode:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user