Added notes

This commit is contained in:
Nocturn9x 2022-11-17 22:31:47 +01:00
parent 402ee17f35
commit a74377ee54
1 changed files with 5 additions and 1 deletions

View File

@ -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!