IO.SYS
From Wikipedia, the free encyclopedia
IO.SYS is an essential part of DOS and Windows 9x. It contains the default MS-DOS device drivers (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 default device driver in turn (console, disk, serial port, et cetera). At this point, the default devices are available.
- Loads MSDOS.SYS and calls its initialization routine. At this point, "normal" file access is available.
- Processes the CONFIG.SYS file.
- Loads command.com (or other operating system shell if specified).
[edit] External Links
- MS-DOS Device Driver Names Cannot be Used As File Names &mdash includes list of default device drivers.
- SYS.COM Requirements in MS-DOS Versions 2.0-6.0 — includes requirements for IO.SYS to be loaded.