[Lunar-commits] r17347 - lunar-iso/trunk

Auke Kok sofar at lunar-linux.org
Wed Nov 16 01:02:30 UTC 2005


Author: sofar
Date: 2005-11-16 01:02:10 +0000 (Wed, 16 Nov 2005)
New Revision: 17347

Added:
   lunar-iso/trunk/.bochsrc
Log:
EZ testing!


Added: lunar-iso/trunk/.bochsrc
===================================================================
--- lunar-iso/trunk/.bochsrc	2005-11-16 00:45:44 UTC (rev 17346)
+++ lunar-iso/trunk/.bochsrc	2005-11-16 01:02:10 UTC (rev 17347)
@@ -0,0 +1,32 @@
+#
+# generic bochsrc to test the lunar iso's in emulation mode
+#
+
+# this script is setup to work with a hda image file in sparse mode,
+# you will have to create it by issueing the following command:
+# `bximage -hd -mode=sparse -size=2048 -q hda`
+
+romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf0000
+vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest
+
+# the following enables bochs to run without X11, you will have to 
+# compile bochs with terminal support like this:
+# `lin -rc boch --opts '--without-x11 --with-term'`
+config_interface: textconfig
+display_library: term
+
+megs: 128
+ips: 10000000
+
+ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
+ata1: enabled=0, ioaddr1=0x170, ioaddr2=0x370, irq=15
+ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11
+ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9
+
+ata0-master: type=disk, path="hda", mode=sparse, cylinders=4063, heads=16, spt=63
+ata0-slave:  type=cdrom, path=lunar.iso, status=inserted
+
+boot: cdrom,disk
+
+log: .bochs.log
+



More information about the Lunar-commits mailing list