Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
Added option to install boot16
  • Loading branch information
Joshua-Riek committed Apr 7, 2020
1 parent ce0e526 commit 18d9620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified floppy.img
Binary file not shown.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ clobber: clean
install:
$(DD) if=$(BINDIR)/boot12.bin of=floppy.img bs=1 skip=62 seek=62

# Write the bootloader to a disk image
install-boot16:
$(DD) if=$(BINDIR)/boot16.bin of=floppy.img bs=1 skip=62 seek=62

# Run the disk image
run:
$(QEMU) -fda $(DISKIMG)
Expand Down

0 comments on commit 18d9620

Please sign in to comment.