From bf0e70746d345d60e005060101a2d425e2496c95 Mon Sep 17 00:00:00 2001 From: Jordan Danford Date: Tue, 31 May 2016 00:11:14 -0700 Subject: [PATCH] Change 'boot load' to 'boot loop' in 'Remap the Kernel' section (#173) --- blog/post/2016-01-01-remap-the-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/post/2016-01-01-remap-the-kernel.md b/blog/post/2016-01-01-remap-the-kernel.md index fd1d9cf8..e0c558ea 100644 --- a/blog/post/2016-01-01-remap-the-kernel.md +++ b/blog/post/2016-01-01-remap-the-kernel.md @@ -789,7 +789,7 @@ Let's cross our fingers and run it… … and it fails with a boot loop. ### Debugging -A QEMU boot load indicates that some CPU exception occured. We can see all thrown CPU exception by starting QEMU with `-d int` (as described [here][qemu debugging]): +A QEMU boot loop indicates that some CPU exception occured. We can see all thrown CPU exception by starting QEMU with `-d int` (as described [here][qemu debugging]): [qemu debugging]: {{% relref "2015-09-02-set-up-rust.md#debugging" %}} ```bash