mirror of
https://github.com/grub4dos/ntloader.git
synced 2025-05-10 04:28:53 +08:00
467 B
467 B
Compilation
gcc, gcc-mingw-w64 and gcc-aarch64-linux-gnu are required to compile NTloader.
Compile NTloader
# Build everything
make
# Build arm64 binary only
make ntloader.arm64
Compile fsuuid
make fsuuid
make fsuuid.exe
Compile bmtool
make bmtool
make bmtool.exe
Compile mkinitrd
make mkinitrd
make mkinitrd.exe
Build initrd.cpio
make initrd.cpio