What kinds of structures can you consider when designing an operating system?

Source: Internet
Author: User

The organizational structure of the operating system should include the organizational structure of the modular structure, interfaces, and runtimes.

Modular structure: Describes how the different functions of the constituent system are grouped and interacted;

Interface: Closely related to the internal structure of the system, provided by the operating system to users, user programs or upper-level software use;

Organization of the runtime: defines the types of entities that exist during execution and how they are invoked.

In the design of the operating system, there are 4 methods of design:

Integrated structure

Features: Operating system is highly efficient, but this structure is difficult to understand, difficult to maintain, verify its correctness is very difficult.

Modular construction

Advantages: The system can be implemented as an abstract data type or an object method, which facilitates the understanding and maintenance of the operating system.

Disadvantage: There is a potential for performance degradation.

Extensible Kernel Architecture

Features: This architecture supports two new directions in the operating system: one is to establish operating systems with different policies on a single hardware platform, and the other is a micro-kernel operating system.

Hierarchical structure

For modern operating systems, the hierarchical constraints are too restrictive, and this approach is seldom used to construct the operating system. Then in the design of the operating system is, layered thinking is worth borrowing and reference.

  

What kinds of structures can you consider when designing an operating system?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.