Introduction to Linux system and kernel initialization process

Source: Internet
Author: User

The full boot process is four steps

1:boot PROM Phase

2:boot Programs Phase

3:kernel initialization phase

4:init phase

System initialization, detecting memory and CPU, checking devices and creating device trees, setting console

Kernel initialization process

Kernel self-initialization kernel Self test

Loading of kernel modules load kernel module

Reading of the kernel configuration file in/etc/system Read kernel config file

Staring of the/sbin/init process running/sbin/init processes

BOOTBLK is the main bootstrapper for loading the second bootstrapper ufsboot

BOOTBLK is loaded by the boot sector of the boot device of the prom

The Ufsboot program is loaded with two parts of the core Genunix and Unix

Installboot is used to install BOOTBLK on a disk partition.

Genunix is the platform-independent generic kernel file, while UNIX is the platform-specific kernel.

The entire boot process:

PROM from the boot sector of the boot Device-->bookblk-->ufsboot-->genunix (normal kernel file for a standalone platform) and Unix (is a special platform kernel file )--> Other

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.