Start working on rom-based kernel

This commit is contained in:
Nero 2020-05-29 00:32:30 +02:00
parent 04a7087d79
commit 65564b78af
3 changed files with 141 additions and 0 deletions

View file

@ -102,3 +102,6 @@ qemu-pxe: pxeboot.0 $(ROMS)
-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=$(CURDIR),bootfile=pxeboot.0
qemu-rom: kernel.rom
$(QEMU) $(QEMU_ARGS) --option-rom kernel.rom