aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/bochsrc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/bochsrc')
-rw-r--r--tools/examples/bochsrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/examples/bochsrc b/tools/examples/bochsrc
new file mode 100644
index 0000000000..907c78bae2
--- /dev/null
+++ b/tools/examples/bochsrc
@@ -0,0 +1,19 @@
+#megs: 32
+#romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000
+#vgaromimage: $BXSHARE/VGABIOS-lgpl-latest
+floppya: 1_44=a.img, status=inserted
+floppyb: 1_44=b.img, status=inserted
+#ata0-master: type=disk, path=minibootable.img, cylinders=900, heads=15, spt=17
+# if you don't use absolute paths below, bochs looks under the cwd of xend,
+# which is usually "/"
+ata0-master: type=disk, path=/tmp/min-fc2-i386.img, cylinders=800, heads=4, spt=32
+boot: c
+
+log: /tmp/bochsout.txt
+#debug: action=report
+info: action=report
+error: action=report
+panic: action=ask
+
+mouse: enabled=0
+ips: 1500000