Drop MCBs as mean to manage memory

This commit is contained in:
Nero 2020-04-18 22:59:46 +02:00
parent f7d3d5c62f
commit 4a92c4bc1e
3 changed files with 19 additions and 90 deletions

View file

@ -48,8 +48,6 @@ 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 $@ $<