DragonOS/user/apps/test_kvm/bootstrap/Makefile

3 lines
66 B
Makefile

boot.bin: boot.s
nasm boot.s -o boot.bin
xxd boot.bin > boot.hex