6 CFLAGS = -march=i8088 -mtune=i8088
8 $(bin): boot/boot.o boot/boot2.o boot/main.o
9 $(LD) -T boot.ld -Map boot.map -o $@ $^
21 qemu-system-i386 -fda $(bin) -serial file:serial.log
25 qemu-system-i386 -fda $(bin) -serial file:serial.log -s -S
29 ndisasm -o 0x7c00 $< >dis