direct-io.hg
changeset 3704:9bf9541713e7
bitkeeper revision 1.1159.212.117 (4208081dSxJads7MU6-VcXvC6TNMjQ)
- Use a more appropriate path for disk images
- Add a 1 GB disk image as an option
From: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian@xensource.com
- Use a more appropriate path for disk images
- Add a 1 GB disk image as an option
From: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian@xensource.com
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue Feb 08 00:30:21 2005 +0000 (2005-02-08) |
parents | 5f2499c315cd |
children | e1632e7fbc88 |
files | tools/examples/bochsrc |
line diff
1.1 --- a/tools/examples/bochsrc Tue Feb 08 00:28:11 2005 +0000 1.2 +++ b/tools/examples/bochsrc Tue Feb 08 00:30:21 2005 +0000 1.3 @@ -3,10 +3,10 @@ 1.4 #vgaromimage: $BXSHARE/VGABIOS-lgpl-latest 1.5 floppya: 1_44=a.img, status=inserted 1.6 floppyb: 1_44=b.img, status=inserted 1.7 -#ata0-master: type=disk, path=minibootable.img, cylinders=900, heads=15, spt=17 1.8 # if you don't use absolute paths below, bochs looks under the cwd of xend, 1.9 # which is usually "/" 1.10 -ata0-master: type=disk, path=/tmp/min-fc2-i386.img, cylinders=800, heads=4, spt=32 1.11 +#ata0-master: type=disk, path=/var/images/min-el3-i386.img, cylinders=800, heads=4, spt=32 1.12 +ata0-master: type=disk, path=/var/images/1g-el3-i386.img, mode=flat, cylinders=2048, heads=16, spt=63 1.13 boot: c 1.14 1.15 log: /tmp/bochsout.txt