Remove remnants from earlier kernel attempts
This commit is contained in:
parent
f7d7f48026
commit
0bd59dd252
9 changed files with 0 additions and 632 deletions
2
Makefile
2
Makefile
|
@ -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 $@ $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue