Split code up into directories for bs and com binaries

This commit is contained in:
Nero 2020-03-30 12:13:21 +00:00
parent 5a24ceb9b8
commit 955acdacba
9 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,11 @@ cp437.bin: cp437.bmp utils/bmp2font
vga11.com: cp437.bin
# COM programs
%.com: %.asm
%.com: com/%.asm
$(NASM) $(NASM_ARGS) -DBASE=0x0100 -DCOM -o $@ $<
# Bootloaders, first sector on partition
%.bs: %.asm
%.bs: boot/%.asm
$(NASM) $(NASM_ARGS) -DBASE=0x7C00 -DBOOT -o $@ $<
# BIOS option roms