CustomBootloader/Makefile

6 lines
108 B
Makefile
Raw Normal View History

2022-02-23 21:56:12 +00:00
all:
as -o boot.o boot.s
ld -o boot.bin --oformat binary -e init boot.o
run:
qemu-system-x86_64 boot.bin