mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix a tiny typo (#799)
This commit is contained in:
@@ -347,7 +347,7 @@ So we want to minimize the use of `unsafe` as much as possible. Rust gives us th
|
|||||||
|
|
||||||
## Running our Kernel
|
## 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
|
### Creating a Bootimage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user