Work on interrupt subfunctions, remove drvtab experiments
This commit is contained in:
parent
05c7e905d0
commit
cd258ccbe4
4 changed files with 84 additions and 68 deletions
2
Makefile
2
Makefile
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue