Implement MCB splitting
This commit is contained in:
parent
6c165f40c0
commit
6d38a313c7
2 changed files with 31 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue