Fix bochs target

This commit is contained in:
Jeremy Soller 2019-03-31 15:05:52 -06:00
parent 8d4d1422af
commit 2e9caf13d6
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 3 additions and 2 deletions

View file

@ -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 boot: disk
com1: enabled=1, mode=file, dev=build/serial.log com1: enabled=1, mode=file, dev=build/serial.log
cpu: model=corei7_haswell_4770 cpu: model=corei7_haswell_4770
#e1000: enabled=1, mac=52:54:00:12:34:56 ethmod=vnet
megs: 1024 megs: 1024
magic_break: enabled=1 magic_break: enabled=1

View file

@ -1,2 +1,2 @@
bochs: build/harddrive.bin bochs: build/livedisk.bin
bochs -f bochs.$(ARCH) bochs -f bochs.$(ARCH)