diff --git a/tools/chapter.md b/tools/chapter.md index a83673e..d6c88de 100644 --- a/tools/chapter.md +++ b/tools/chapter.md @@ -133,7 +133,7 @@ Then once you have the `qloader2.cfg` and have cleaned up the mountpoint and loo `./qloader2-install ` -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: ``` @@ -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)- \ No newline at end of file +-[Back to the start](../README.md)-