Structures of Operating Systems: Simple Structure
Structures of Operating Systems: Simple Structure
Operating system can be implemented with the help of various structures. The structure
of the OS depends mainly on how the various common components of the operating
system are interconnected and melded into the kernel. Depending on this we have
following structures of the operating system:
Simple structure:
Such operating systems do not have well defined structure and are small, simple and
limited systems. The interfaces and levels of functionality are not well separated. MS-
DOS is an example of such operating system. In MS-DOS application programs are able
to access the basic I/O routines. These types of operating system cause the entire system
to crash if one of the user programs fails.
Diagram of the structure of MS-DOS is shown below.