Split code up into directories for bs and com binaries
This commit is contained in:
parent
5a24ceb9b8
commit
955acdacba
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user