Work on interrupt subfunctions, remove drvtab experiments

This commit is contained in:
Nero 2019-09-08 15:18:37 +00:00
parent 05c7e905d0
commit cd258ccbe4
4 changed files with 84 additions and 68 deletions

View file

@ -26,7 +26,7 @@ endif
default: kernel.rom
kernel.com: kernel/*.asm lib/*.inc
nasm -s -o $@ -I lib -I kernel kernel/main.asm
nasm -s -o $@ -l kernel.lst -I lib -I kernel kernel/main.asm
debug.rom: debug/*.asm lib/*.inc
nasm -s -o $@ -I lib -I debug debug/main.asm && scripts/fix-rom.sh $@