Skip to content

Commit 18d9620

Browse files
committed
Update makefile
Added option to install boot16
1 parent ce0e526 commit 18d9620

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

floppy.img

0 Bytes
Binary file not shown.

makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ clobber: clean
112112
install:
113113
$(DD) if=$(BINDIR)/boot12.bin of=floppy.img bs=1 skip=62 seek=62
114114

115+
# Write the bootloader to a disk image
116+
install-boot16:
117+
$(DD) if=$(BINDIR)/boot16.bin of=floppy.img bs=1 skip=62 seek=62
118+
115119
# Run the disk image
116120
run:
117121
$(QEMU) -fda $(DISKIMG)

0 commit comments

Comments
 (0)