Skip to content

Environment & Tools

Category

3 articles

  • 01
    Build Systems

    Structuring a Makefile or build script that assembles, compiles, links, and produces a bootable image.

  • 02
    Building 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.

  • 03
    Emulating & Debugging

    Running a kernel under QEMU or Bochs and attaching GDB to step through code before it ever touches real hardware.