Drop MCBs as mean to manage memory
This commit is contained in:
parent
f7d3d5c62f
commit
4a92c4bc1e
3 changed files with 19 additions and 90 deletions
2
Makefile
2
Makefile
|
@ -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 $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue