successful test in qemu, see post #7
(1)
used to extract boot sector and plopbt.bin from the plopcdflp12.iso into C/H/S 7/1/16 63KB floppy image came from ROMOS. then use rcompile.bat to generate the romos.bin containing the plop boot manager(boot sector + lopbt.bin).
results:
qemu boots to ROMOS but hangs the VM, displaying:
plop bt bin
(2)
trial of boot from qemu and use the 63KB plop.img as floppy a:
result:
ok, successful enterd plop manager.
(2)
trial of putting plop.img into a grub4dos.img,
code:
map --mem (fd0)/plop.img (fd1)
map (fd0) (fd1)
map (fd1) (fd0)
map --hook
chainloader (fd0)+1
disk error
root (fd0)
boot
same as case(1)
conclusion: not ready to put the plop into BIOS
[ Last edited by uleak on 2008-7-11 at 11:32 AM ]
(1)
used to extract boot sector and plopbt.bin from the plopcdflp12.iso into C/H/S 7/1/16 63KB floppy image came from ROMOS. then use rcompile.bat to generate the romos.bin containing the plop boot manager(boot sector + lopbt.bin).
results:
qemu boots to ROMOS but hangs the VM, displaying:
plop bt bin
(2)
trial of boot from qemu and use the 63KB plop.img as floppy a:
result:
ok, successful enterd plop manager.
(2)
trial of putting plop.img into a grub4dos.img,
code:
map --mem (fd0)/plop.img (fd1)
map (fd0) (fd1)
map (fd1) (fd0)
map --hook
chainloader (fd0)+1
disk error
root (fd0)
boot
same as case(1)
conclusion: not ready to put the plop into BIOS
[ Last edited by uleak on 2008-7-11 at 11:32 AM ]
