To build, just run make
. This will create a
- make
- C11 compiler (I use clang)
- nasm assembler
- ld.lld
- grub-mkrescue
If clang and nasm are installed properly, the only thing you need to configure is the linker. If you have properly installed lld, running make LD=ld.lld
is sufficient. Otherwise, you will need to specify the full path of the the linker.