diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-31 15:04:44 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-31 15:04:44 +0200 |
| commit | 3fa203061bdae80c75c5f08afa1a607b1c62c075 (patch) | |
| tree | 6bd278bc41d741531ce61438bca5d2b180c4ab64 /bochsrc | |
| parent | cd7312578948b7aee6bba8e91fbbc84b06f2f586 (diff) | |
updated boot loader supports for LBA mode
Now booting from usb stick on my Acer Aspire works fine too :)
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: |
