diff --git a/examples/arch/bochs/bochsrc-docker.txt b/examples/arch/bochs/bochsrc-docker.txt new file mode 100644 index 0000000..355174a --- /dev/null +++ b/examples/arch/bochs/bochsrc-docker.txt @@ -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 diff --git a/examples/arch/bochs/bochsrc-host.txt b/examples/arch/bochs/bochsrc-host.txt new file mode 100644 index 0000000..205d1d0 --- /dev/null +++ b/examples/arch/bochs/bochsrc-host.txt @@ -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