roelandjansen / pcmos386v501

PC-MOS/386 v5.01 and up, including cdrom driver sources.
GNU General Public License v3.0
418 stars 60 forks source link

Booting from hard disk fails if floppy drives are disabled after installation #21

Closed andrewbird closed 7 years ago

andrewbird commented 7 years ago

If PC-MOS is installed from floppy disk to hard disk after which the floppy disks are disabled, booting from the hard disk is no longer possible as the boot process becomes confused about the location of command.com. There's a long discussion over at https://github.com/stsp/dosemu2/issues/502, where it seems that although $MOS.SYS wants to open C:\COMMAND.COM, C: is no longer deemed valid as in the MOS BDB linked list the only drive is number '00'. This is the result: pcmos-no-floppy-with-bootblk

roelandjansen commented 7 years ago

thanks for the feedback