mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Change 'boot load' to 'boot loop' in 'Remap the Kernel' section (#173)
This commit is contained in:
committed by
Philipp Oppermann
parent
c22e1e8bb1
commit
bf0e70746d
@@ -789,7 +789,7 @@ Let's cross our fingers and run it…
|
|||||||
… and it fails with a boot loop.
|
… and it fails with a boot loop.
|
||||||
|
|
||||||
### Debugging
|
### 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" %}}
|
[qemu debugging]: {{% relref "2015-09-02-set-up-rust.md#debugging" %}}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user