Skip to content

Commit

Permalink
Fix a tiny typo (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Kloosterman authored May 3, 2020
1 parent 1adfacf commit 389b97f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ So we want to minimize the use of `unsafe` as much as possible. Rust gives us th

## Running our Kernel

Now that we have an executable that does something perceptible, it is time to run it. First, we need to turn our compiled kernel into a bootable disk image by linking it with a bootloader. Then we can run the disk image in the [QEMU] virtual machine or boot it on real hardware using an USB stick.
Now that we have an executable that does something perceptible, it is time to run it. First, we need to turn our compiled kernel into a bootable disk image by linking it with a bootloader. Then we can run the disk image in the [QEMU] virtual machine or boot it on real hardware using a USB stick.

### Creating a Bootimage

Expand Down

0 comments on commit 389b97f

Please sign in to comment.