From a74377ee544f87ae6bd0e1023daa39e73ec888a3 Mon Sep 17 00:00:00 2001 From: Nocturn9x Date: Thu, 17 Nov 2022 22:31:47 +0100 Subject: [PATCH] Added notes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c21727..fa2fb81 100644 --- a/README.md +++ b/README.md @@ -136,4 +136,8 @@ and install qemu with your distro's package manager if you don't have it). There __Note__: If you're doing development work on a component of the kernel, you don't need to recompile all of it to test things out: `make drivers` will build just the drivers, `make kernel` just the kernel, and likewise `make bootloader` will compile just the bootloader. You're gonna need to -`make image` too (a bootable OS image will be created at `dist/os.img`). +`make image` too (a bootable OS image will be created at `dist/os.img`) + +## Notes + +You may be wondering why this README looks like it was written by a cynical bastard that only wants to see the world burn. The answer is I wrote this after a multi-hour fight with GNU Make and I needed to blow off some steam. Peace!