From 7cbd98575637f42d19f477e774615c25f5581f99 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 27 Apr 2019 19:28:20 +0200 Subject: [PATCH] Update index.md (#588) --- blog/content/second-edition/posts/04-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/posts/04-testing/index.md b/blog/content/second-edition/posts/04-testing/index.md index 1f4a64f8..d6d16989 100644 --- a/blog/content/second-edition/posts/04-testing/index.md +++ b/blog/content/second-edition/posts/04-testing/index.md @@ -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: