Fix bochs target
This commit is contained in:
parent
8d4d1422af
commit
2e9caf13d6
|
@ -1,7 +1,8 @@
|
|||
ata0-master: type=disk, path="build/harddrive.bin", mode=flat
|
||||
ata0-master: type=disk, path="build/livedisk.bin", mode=flat
|
||||
boot: disk
|
||||
com1: enabled=1, mode=file, dev=build/serial.log
|
||||
cpu: model=corei7_haswell_4770
|
||||
#e1000: enabled=1, mac=52:54:00:12:34:56 ethmod=vnet
|
||||
megs: 1024
|
||||
|
||||
magic_break: enabled=1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
bochs: build/harddrive.bin
|
||||
bochs: build/livedisk.bin
|
||||
bochs -f bochs.$(ARCH)
|
||||
|
|
Loading…
Reference in a new issue