kernel: Generalize startup code into main

This commit is contained in:
Nero 2019-03-24 18:24:25 +00:00
parent 8d12a42442
commit 8b750aabe9
5 changed files with 65 additions and 72 deletions

View file

@ -1,7 +0,0 @@
default: nbp.com
%.com: %.asm
nasm -s -o $@ $<
clean:
rm -f *.com