- IO.SYS
IO.SYS is an essential part of
MS-DOS andWindows 9x . It contains the default MS-DOSdevice driver s (hardware interfacing routines) and the DOS initialization program.In the PC bootup sequence, the first sector of the boot disk is loaded into memory and executed. If this is the DOS
boot sector , it loads the first three sectors of IO.SYS into memory and transfers control to it. IO.SYS then:
#Loads the rest of itself into memory.
#Initializes each defaultdevice driver in turn (console, disk,serial port , et cetera). At this point, the default devices are available.
#Loads the DOS kernel and calls its initialization routine. The kernel is stored inMSDOS.SYS with MS-DOS and in IO.SYS with Windows 9x. At this point, "normal" file access is available.
#Processes the MSDOS.SYS file with Windows 9x.
#Processes theCONFIG.SYS file, in MS-DOS 2.0 and higher and Windows 9x.
#Loadscommand.com (or otheroperating system shell if specified).
#Displays thebootsplash in Windows 9x. IfLogo.sys is present, it is used as the bootsplash. Otherwise, the bootsplash in IO.SYS is used.DR DOS and some other DOS operating systems do not use IO.SYS; instead the file is namedIBMBIO.COM .ee also
*
MSDOS.SYS
*COMMAND.COM External links
* [http://support.microsoft.com/kb/74496/en-us MS-DOS Device Driver Names Cannot be Used As File Names] — includes list of default device drivers.
* [http://support.microsoft.com/kb/66530/en-us SYS.COM Requirements in MS-DOS Versions 2.0-6.0] — includes requirements for IO.SYS to be loaded.
Wikimedia Foundation. 2010.