diff options
Diffstat (limited to 'bochsrc')
| -rw-r--r-- | bochsrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -330,7 +330,7 @@ floppya: 1_44=./FoolOS.img, status=inserted # ata0 and ata1 are enabled by default with the values shown below # # Examples: -# ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 + ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 # ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15 # ata2: enabled=1, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11 # ata3: enabled=1, ioaddr1=0x168, ioaddr2=0x360, irq=9 @@ -381,7 +381,7 @@ floppya: 1_44=./FoolOS.img, status=inserted # The biosdetect option has currently no effect on the bios # # Examples: -# ata0-master: type=disk, mode=flat, path=10M.sample, cylinders=306, heads=4, spt=17 + ata0-master: type=disk, mode=flat, path=FoolOS.img, cylinders=10, heads=4, spt=18 # ata0-slave: type=disk, mode=flat, path=20M.sample, cylinders=615, heads=4, spt=17 # ata1-master: type=disk, mode=flat, path=30M.sample, cylinders=615, heads=6, spt=17 # ata1-slave: type=disk, mode=flat, path=46M.sample, cylinders=940, heads=6, spt=17 @@ -409,7 +409,7 @@ floppya: 1_44=./FoolOS.img, status=inserted #======================================================================= #boot: floppy #boot: disk -boot: floppy +boot: disk #======================================================================= # CLOCK: |
