From 36dd27958b003dcebc6e8e67ff912c11704ff294 Mon Sep 17 00:00:00 2001 From: Discursif <60020572+Discursif@users.noreply.github.com> Date: Sat, 6 Jun 2020 17:10:06 +0200 Subject: [PATCH] Correct a typo --- tools/chapter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)-