From e742cec9232e88bd359039cfdd5e304da909a7cb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 5 Feb 2026 17:52:13 +0100 Subject: [PATCH] add bochsrc files --- examples/arch/bochs/bochsrc-docker.txt | 9 +++++++++ examples/arch/bochs/bochsrc-host.txt | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 examples/arch/bochs/bochsrc-docker.txt create mode 100644 examples/arch/bochs/bochsrc-host.txt 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