Split out kernel components in kernel/

This commit is contained in:
Nero 2020-04-27 15:56:41 +02:00
parent 2d949a01f8
commit b73bfbe043
3 changed files with 120 additions and 189 deletions

View file

@ -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 $@ $<