Rev 812 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 812 | Rev 1471 | ||
---|---|---|---|
Line 129... | Line 129... | ||
129 | # The path should be the name of a disk image file. On unix, you can use |
129 | # The path should be the name of a disk image file. On unix, you can use |
130 | # a raw device name such as /dev/fd0 on Linux. On WinNT and Win2k, use |
130 | # a raw device name such as /dev/fd0 on Linux. On WinNT and Win2k, use |
131 | # drive letters such as a: or b: as the path. Raw floppy access is not |
131 | # drive letters such as a: or b: as the path. Raw floppy access is not |
132 | # supported on Windows 95 and 98. |
132 | # supported on Windows 95 and 98. |
133 | #======================================================================= |
133 | #======================================================================= |
134 | floppya: 1_44=image.boot, status=inserted |
134 | #floppya: 1_44=image.boot, status=inserted |
135 | #floppya: 1_44=/dev/fd0, status=inserted |
135 | #floppya: 1_44=/dev/fd0, status=inserted |
136 | 136 | ||
137 | #======================================================================= |
137 | #======================================================================= |
138 | # FLOPPYB: |
138 | # FLOPPYB: |
139 | # See FLOPPYA above for syntax |
139 | # See FLOPPYA above for syntax |
Line 208... | Line 208... | ||
208 | # ata2-master: type=disk, mode=flat, path=62M.sample, cylinders=940, heads=8, spt=17 |
208 | # ata2-master: type=disk, mode=flat, path=62M.sample, cylinders=940, heads=8, spt=17 |
209 | # ata2-slave: type=disk, mode=flat, path=112M.sample, cylinders=900, heads=15, spt=17 |
209 | # ata2-slave: type=disk, mode=flat, path=112M.sample, cylinders=900, heads=15, spt=17 |
210 | # ata3-master: type=disk, mode=flat, path=483M.sample, cylinders=1024, heads=15, spt=63 |
210 | # ata3-master: type=disk, mode=flat, path=483M.sample, cylinders=1024, heads=15, spt=63 |
211 | # ata3-slave: type=cdrom, path=iso.sample, status=inserted |
211 | # ata3-slave: type=cdrom, path=iso.sample, status=inserted |
212 | #======================================================================= |
212 | #======================================================================= |
- | 213 | ata0-master: type=cdrom, path="image.iso", status=inserted |
|
213 | #ata0-master: type=disk, mode=flat, path="30M.sample", cylinders=615, heads=6, spt=17 |
214 | #ata0-master: type=disk, mode=flat, path="30M.sample", cylinders=615, heads=6, spt=17 |
214 | #ata0-slave: type=cdrom, path=D:, status=inserted |
215 | #ata0-slave: type=cdrom, path=D:, status=inserted |
215 | #ata0-slave: type=cdrom, path=/dev/cdrom, status=inserted |
216 | #ata0-slave: type=cdrom, path=/dev/cdrom, status=inserted |
216 | #ata0-slave: type=cdrom, path="drive", status=inserted |
217 | #ata0-slave: type=cdrom, path="drive", status=inserted |
217 | #ata0-slave: type=cdrom, path=/dev/rcd0d, status=inserted |
218 | #ata0-slave: type=cdrom, path=/dev/rcd0d, status=inserted |
Line 226... | Line 227... | ||
226 | # boot: disk |
227 | # boot: disk |
227 | # boot: cdrom |
228 | # boot: cdrom |
228 | # boot: c |
229 | # boot: c |
229 | # boot: a |
230 | # boot: a |
230 | #======================================================================= |
231 | #======================================================================= |
231 | boot: floppy |
232 | boot: cdrom |
232 | #boot: disk |
233 | #boot: disk |
233 | 234 | ||
234 | #======================================================================= |
235 | #======================================================================= |
235 | # IPS: |
236 | # IPS: |
236 | # Emulated Instructions Per Second. This is the number of IPS that bochs |
237 | # Emulated Instructions Per Second. This is the number of IPS that bochs |