Start working on rom-based kernel
This commit is contained in:
parent
04a7087d79
commit
65564b78af
3 changed files with 141 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue