kernel: Generalize startup code into main
This commit is contained in:
parent
8d12a42442
commit
8b750aabe9
5 changed files with 65 additions and 72 deletions
7
kernel/Makefile
Normal file
7
kernel/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
default: kernel.com
|
||||
|
||||
kernel.com: *.asm
|
||||
nasm -s -o kernel.com main.asm
|
||||
|
||||
clean:
|
||||
rm -f *.com
|
Loading…
Add table
Add a link
Reference in a new issue