Auxillary files for building and testing via PXE

This commit is contained in:
Nero 2019-03-13 21:07:45 +00:00
parent 6270e04339
commit e76ec880bb
2 changed files with 10 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
kernel.com: *.asm
nasm -s -o kernel.com main.asm
clean:
rm -f kernel.com