these are the commands i am thinking about:
should have:
make all # Default target (build ISO)
make run # Build and run the kernel in QEMU
make clean # Remove build artifacts
nice to have:
make kernel # Build only the kernel
make iso # Package ISO with Limine
these are the commands i am thinking about:
should have:
nice to have: