Trying to figure out best directory structure...

This commit is contained in:
Nero 2019-03-24 18:30:49 +00:00
parent 8b750aabe9
commit 414f35a1ce
3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -1,5 +0,0 @@
#!/bin/sh
exec qemu-system-x86_64 -boot n \
-option-rom /usr/share/qemu/pxe-rtl8139.rom \
-device e1000,netdev=mynet0,mac=52:54:00:12:34:56 \
-netdev user,id=mynet0,net=192.168.76.0/24,dhcpstart=192.168.76.9,tftp=$PWD,bootfile=kernel.com