Disk Operating System
DOS is a single user, single task character based operating system introduced by IBM Corporation in 1981. In this operating system user will perform only single task at a time. DOS is called C.U.I meaning character user interface contrary to Graphical User Interface (GUI) in Windows OS. Being solely C.U.I user can view and enter only characters in this operating system that is on disk. DOS fetches itself to system area and data area. System area consists of boot area, FAT area and root directory.Booting is the process in which DOS main files are loaded into the RAM. The following are considered as the main files for DOS:
- IO.SYS (Input and Output)
- MSDOS.SYS (Microsoft DOS)
- COMMAND.COM
IO.SYS file
IO.SYS is an executable binary file and is essential part of MS-DOS containing the default MS-DOS device drivers (hardware interfacing routines). It is the first system file loaded into the RAM. This file stores the input and output device functions.MSDOS.SYS file
MSDOS.SYS is an important system file on MS-DOS containing core operating system code that runs after IO.SYS file. This is the second system file that is loaded into the RAM. This file is used for store and access of data.COMMAND.COM
COMMAND.COM is the filename of the default operating system shell for DOS operating systems and is the third system file that's loaded into the RAM. DOS commands are executed with the help of this file.Continue Reading >>Overview of Disk Operating System (DOS)




















