I didn't know it was possible, but I managed to boot MSX-DOS1 with C-BIOS (v0.29) by using the Sunrise IDE extension. The following script replicates the process:
machine C-BIOS_MSX2 ext ide set power off diskmanipulator create hd.dsk -dos1 32M hda hd.dsk diskmanipulator format hda -dos1 diskmanipulator import hda dsk/ diskmanipulator dir hda message "hd.dsk created"
The contents of dsk are: COMMAND.COM, MSXDOS.SYS and AUTOEXEC.BAT. Isn't it weird that MSX1 C-BIOS doesn't work, but MSX2/2+ BIOS do? Also: using C-BIOS font inside MSX-DOS is weird.
Login or register to post comments