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

Question: What are the bare minimum files require to boot PC-MOS #19

Closed andrewbird closed 7 years ago

andrewbird commented 7 years ago

I'm trying to get dosemu2's native bootloader to boot PC-MOS, see https://github.com/stsp/dosemu2/issues/502. What are the minimum files required to boot the system? For example:

On MS-DOS

IO.SYS
MSDOS.SYS
COMMAND.COM

From watching PC-MOS try to boot I wonder if the following is the correct set?

$$MOS.SYS
$$SHELL.SYS
COMMAND.COM
roelandjansen commented 7 years ago

that is enough to boot, yes.