Environment & Tools
Category
3 articles
- 01Build Systems
Structuring a Makefile or build script that assembles, compiles, links, and produces a bootable image.
- 02Building a Cross-Compiler
How to build a GCC toolchain that targets your OS instead of your host system, and why using your host compiler directly doesn't work.
- 03Emulating & Debugging
Running a kernel under QEMU or Bochs and attaching GDB to step through code before it ever touches real hardware.