add bochsrc files
This commit is contained in:
9
examples/arch/bochs/bochsrc-docker.txt
Normal file
9
examples/arch/bochs/bochsrc-docker.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
megs: 32
|
||||||
|
display_library: nogui
|
||||||
|
romimage: file=/home/ubuntu/examples/arch/bochs/BIOS-bochs-latest
|
||||||
|
vgaromimage: file=/home/ubuntu/examples/arch/bochs/vgabios.bin
|
||||||
|
ata0-master: type=cdrom, path=/home/ubuntu/examples/build-bochs/sum/system.iso, status=inserted
|
||||||
|
boot: cdrom
|
||||||
|
log: bochslog.txt
|
||||||
|
clock: sync=realtime, time0=local
|
||||||
|
cpu: count=1, ips=1000000
|
||||||
10
examples/arch/bochs/bochsrc-host.txt
Normal file
10
examples/arch/bochs/bochsrc-host.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
megs: 32
|
||||||
|
display_library: nogui
|
||||||
|
romimage: file="/home/christoph/Notes/TU/MastersThesis/3 Wasm/examples/arch/bochs/BIOS-bochs-latest"
|
||||||
|
vgaromimage: file="/home/christoph/Notes/TU/MastersThesis/3 Wasm/examples/arch/bochs/vgabios.bin"
|
||||||
|
ata0-master: type=cdrom, path="/home/christoph/Notes/TU/MastersThesis/3 Wasm/examples/build-bochs/sum/system.iso", status=inserted
|
||||||
|
boot: cdrom
|
||||||
|
log: bochslog.txt
|
||||||
|
clock: sync=realtime, time0=local
|
||||||
|
cpu: count=1, ips=1000000
|
||||||
|
sound: driver=dummy
|
||||||
Reference in New Issue
Block a user