An essentially useless file, that provides no recognizeably useful function, except that it's necessary, and neither Win9X nor DOS appreciate it missing.

It's basic function is to define where Windows is stored, where it boots from, it's host drive, and the uninstall drive.

It also defines some options, such as the option to NOT immediately boot the GUI, to double buffer the GUI, whether you want that boot menu on startup (the F5/F8 menu), and how long it's available for.

Then it has a useless chunk of commented out xes, because apparently some programs had an arcane requirement that msdos.sys be over 1KB.

Here's a sample msdos.sys from Windows98:

[Paths]
WinDir=C:\WINDOWS
WinBootDir=C:\WINDOWS
HostWinBootDrv=C
UninstallDir=C:\

[Options]
BootGUI=1
DoubleBuffer=1
BootMenu=1
BootMenuDelay=20
;
;The following lines are required for compatibility with other programs.
;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
MSDOS.SYS isn't all that useless. For example, check out the following options that can be added under the Options header of the file.

BootDelay
This value of this option denotes how many seconds your PC will delay during the boot process. The default value is 2, a speedy value is 0 and an annoying value is anything greater than the default.

Example:
BootDelay=0

Logo
This value of this option is 1 if you want to see the ugly Windows logo everytime you boot and 0 if you want to see the DOS stuff at boot. The default value is 1.

Example:
Logo=0

AutoScan
I believe you can turn off the automatic ScanDisk function at boot by adding this line with a 0 value. Keeping the default value of 1 and ScanDisk loads on boot when you don't shut down Windows properly.

Example:
AutoScan=0

MSDOS.SYS was also at the center of one of the weirdest bugs or misfeatures found in Windows 95, witnessed personally by yours truly on a number of occasions:

The very earliest retail releases of Win95 (4.00.950 and 4.00.950a) had a feature that permitted the user to boot the machine into a previously installed MS-DOS system, by performing some kind of switcheroo with the required system files (COMMAND.COM, IO.SYS, MSDOS.SYS and maybe some others), which the initial Windows installation preserved under different names. A kludge by any standards, but it worked. That was, until OSR2 (version 4.00.950b) came along:

The first time the user selected the "Previous version of MS-DOS" boot menu item, Windows would do its little Chinese fire drill with the old DOS files and DOS 6.22, or whatever, would be there, working just fine. But the next time the user tried to start Windows normally, the machine would boot to nothing but a blinking cursor, and no explanation.

As I recall, after a few repetitions of this (interspersed with some Zen contemplation of the black screen) I figured out that somehow, in the switch between the Windows and DOS system files, the original MSDOS.SYS file was being trashed. I think I finally managed to fix it by borrowing a copy from someone else's Win95 machine.

Now, since I was at the time an avid gamer and demo watcher, I used MS-DOS mode more often than most people might, so I switched to System Commander for true dual-booting between Windows and DOS. Naturally, this all makes me wonder whether Microsoft somehow planted this "feature" as a not-so-subtle attempt to nudge Windows users permanently away from good old DOS.

So... shiftless incompetence, or planned obsolescence? Only Microsoft knows for sure.



I suppose it's also possible that my computer hardware was on drugs, but why would it have worked fine in Win95a? Who the hell knows...

Log in or register to write something here or to contact authors.