Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Then once you have the `qloader2.cfg` and have cleaned up the mountpoint and loo

`./qloader2-install <qloader2 binary path> <device / image to install to>`

So just install the `qloader2.bin` to the `OS_Image.img` and you should be ready to boot, though there isn't a kernel yet, so we will have to make oen.
So just install the `qloader2.bin` to the `OS_Image.img` and you should be ready to boot, though there isn't a kernel yet, so we will have to make one.

Now to run the kernel with QEMU and KVM you can do something like this:
```
Expand All @@ -149,4 +149,4 @@ qemu-system-x86_64 -machine q35 -no-shutdown -no-reboot -serial stdio -m 2G -boo

And now if you didn't do anything wrong, you should have a working build system, now to write some code for it to build. :)

-[Back to the start](../README.md)-
-[Back to the start](../README.md)-