Change 'boot load' to 'boot loop' in 'Remap the Kernel' section (#173)

This commit is contained in:
Jordan Danford
2016-05-31 00:11:14 -07:00
committed by Philipp Oppermann
parent c22e1e8bb1
commit bf0e70746d

View File

@@ -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