Quote:
Originally Posted by dhruba.bandopad
Why two different pairs of files? Some games were fussy whether emm386 was loaded and other games didn't like it.
For two different bootup memory configurations:- XMS only
- XMS with emulated EMS
Quote:
Originally Posted by dhruba.bandopad
What I want to know is how to install this MS-DOS into a blank C:\ ?
After creating one or more partitions on the hard drive with FDISK, (and setting the first partition as "A"ctive), format the first partition with the command:format c: /s
Format's "/s" parameter tells it that you want it to copy the "S"ystem files (to drive C:) when the Formatting is complete. The System bootup files that will be added to drive C: will be:IO.SYS
MSDOS.SYS
COMMAND.COM
You should now be able to boot the system from drive C:.