Remove remnants from earlier kernel attempts

This commit is contained in:
Nero 2022-01-01 21:22:57 +00:00
parent f7d7f48026
commit 0bd59dd252
9 changed files with 0 additions and 632 deletions

View file

@ -40,8 +40,6 @@ host/%.elf: host/%.c
%.bs: boot/%.asm
$(NASM) $(NASM_ARGS) -o $@ $<
@rdos.com: kernel/*.asm
# Special case: variations of FAT vbr
fat1.bs: boot/fat.asm
$(NASM) $(NASM_ARGS) -DFAT12 -DCHS -o $@ $<