Single Kernel and micro kernel

Source: Internet
Author: User
Single-core and micro-kernel-general Linux technology-Linux programming and kernel information. The following is a detailed description. Single Kernel: the kernel is implemented as a large process and runs in a separate address space at the same time. All kernel services run in one address space and call functions directly between them, which is simple and efficient.

Micro-kernel: functions are divided into independent processes, which communicate with each other through IPC. A high degree of modularization does not affect the failure of one service.

Linux is a single-core structure, while absorbing the advantages of the micro-kernel: modular design, support for dynamic loading of kernel modules.

Linux also avoids the design defect of the microkernel, so that everything runs in the kernel state and calls functions directly without passing messages.
Related Article

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.