aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-02-17 12:18:01 +0000
committerKeir Fraser <keir@xen.org>2011-02-17 12:18:01 +0000
commitd25ba26a9a36065fccd36db82da46d87c2b86ec8 (patch)
tree33b1c064821dd8fefb15fa8700326091ca190390 /tools/examples
parent59148b51dfcf4cddddc2482e974fe21eb89e181a (diff)
downloadxen-d25ba26a9a36065fccd36db82da46d87c2b86ec8.tar.gz
xen-d25ba26a9a36065fccd36db82da46d87c2b86ec8.tar.bz2
xen-d25ba26a9a36065fccd36db82da46d87c2b86ec8.zip
tools/examples: Remove obsolete bochsrc example file.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/bochsrc20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/examples/bochsrc b/tools/examples/bochsrc
deleted file mode 100644
index d80884b3c8..0000000000
--- a/tools/examples/bochsrc
+++ /dev/null
@@ -1,20 +0,0 @@
-#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
-# if you don't use absolute paths below, bochs looks under the cwd of xend,
-# which is usually "/"
-#ata0-master: type=disk, path=/var/images/min-el3-i386.img, cylinders=800, heads=4, spt=32
-i440fxsupport: enabled=1
-ne2k: ioaddr=0x300, irq=9, mac=b0:c4:22:01:00:00, ethmod=linux, ethdev=eth0
-ata0-master: type=disk, path=/var/images/1g-el3-i386.img, mode=flat, cylinders=2048, heads=16, spt=63
-boot: c
-
-log: /tmp/bochsout.txt
-#debug: action=report
-info: action=report
-error: action=report
-panic: action=ask
-
-mouse: enabled=0