CustomBootloader/Makefile
2022-02-23 22:56:12 +01:00

6 lines
108 B
Makefile

all:
as -o boot.o boot.s
ld -o boot.bin --oformat binary -e init boot.o
run:
qemu-system-x86_64 boot.bin