add bochsrc files

This commit is contained in:
2026-02-05 17:52:13 +01:00
parent b8f4e987b7
commit e742cec923
2 changed files with 19 additions and 0 deletions

View 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

View 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