Auxillary files for building and testing via PXE
This commit is contained in:
parent
6270e04339
commit
e76ec880bb
5
Makefile
Normal file
5
Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
kernel.com: *.asm
|
||||
nasm -s -o kernel.com main.asm
|
||||
|
||||
clean:
|
||||
rm -f kernel.com
|
Loading…
Reference in New Issue
Block a user