Linux Kernel system introduction (1)

Source: Internet
Author: User

1. Linux kernel Introduction

Now let's take a high-level look at the GNU/Linux operating system architecture. You can consider the operating system at two levels, as shown in figure 1.


Figure 1. Basic architecture of the GNU/Linux operating system

The top is the user or application) space. This is where your application runs. The user space is the kernel space, and the Linux kernel is located here.

Gnu c Library glibc. It provides a system call interface to connect to the kernel, and a conversion mechanism between the user space application and the kernel. This is very important because the kernel and user space applications use different protective address spaces. Each user space process uses its own virtual address space, while the kernel occupies a separate address space.

The Linux kernel can be further divided into three layers. At the top is the system call interface, which implements some basic functions, such as read and write. The kernel code under the System Call interface can be more accurately defined as the kernel code independent of the architecture. These codes are common to all the processor architectures supported by Linux. Under these codes, it is the code that relies on the architecture and forms part of the BSPBoard Support Package. These codes are used as processors and platform-specific code for a given architecture.

In the Linux kernel


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.