IO.SYS

Not to be confused with IOSYS.

IO.SYS is an essential part of MS-DOS and Windows 9x. It contains the default MS-DOS device drivers (hardware interfacing routines) and the DOS initialization program.

Boot sequence

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:

  1. Loads the rest of itself into memory.
  2. Initializes each default device driver in turn (console, disk, serial port, etc..). At this point, the default devices are available.
  3. Loads the DOS kernel and calls its initialization routine. The kernel is stored in MSDOS.SYS with MS-DOS and in IO.SYS with Windows 9x. At this point, "normal" file access is available.
  4. Processes the MSDOS.SYS file with Windows 9x.
  5. Processes the CONFIG.SYS file, in MS-DOS 2.0 and higher and Windows 9x.
  6. Loads COMMAND.COM (or other operating system shell if specified).
  7. Displays the bootsplash in Windows 9x. If LOGO.SYS is present, it is used as the bootsplash. Otherwise, the bootsplash in IO.SYS is used.

IBM PC DOS and DR DOS use the file IBMBIO.COM for the same purpose; it in turn loads IBMDOS.COM.

Disk layout requirements

However, v3.3 allows sector 4 and higher to be fragmented. v5.0 allows the first 3 sectors of IO.SYS to be allocated anywhere (as long as they are contiguous).[1][2] COMMAND.COM can be treated like any ordinary file.

See also

References

<div class="reflist columns references-column-width" style="-moz-column-width: [1] [2]; -webkit-column-width: [1] [2]; column-width: [1] [2]; list-style-type: decimal;">

  1. 1 2 3 4 5 6 7 SYS.COM Requirements in MS-DOS Versions 2.0-6.0 includes requirements for IO.SYS to be loaded.
  2. 1 2 3 4 mail-archive.com - Re: [vox-tech] rescuing winxp?

External links

This article is issued from Wikipedia - version of the 6/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.