Update mentions of bootimage run in other posts

This commit is contained in:
Philipp Oppermann
2019-04-25 15:06:29 +02:00
parent 52cbb1e756
commit 82c499a8b9
2 changed files with 4 additions and 4 deletions

View File

@@ -392,7 +392,7 @@ pub extern "C" fn _start() -> ! {
}
```
When we run it in QEMU now (using `bootimage run`), we see the following:
When we run it in QEMU now (using `cargo xrun`), we see the following:
![QEMU printing `EXCEPTION: BREAKPOINT` and the interrupt stack frame](qemu-breakpoint-exception.png)