Implement MCB splitting

This commit is contained in:
Nero 2020-04-17 23:33:42 +02:00
parent 6c165f40c0
commit 6d38a313c7
2 changed files with 31 additions and 1 deletions

View file

@ -48,6 +48,8 @@ vga11.com: cp437.bin
%.bs: boot/%.asm
$(NASM) $(NASM_ARGS) -o $@ $<
kernel.bs: kernel/*.asm
# Special case: variations of FAT vbr
fat1.bs: boot/fat.asm
$(NASM) $(NASM_ARGS) -DFAT12 -DCHS -o $@ $<