Linux startup process

Source: Internet
Author: User

Looking at the end of the Linux kernel in-depth understanding of the introduction of the Linux startup process, let me understand the following to write it:

  • BIOS (Hardware power-on self-test post, looking for the first boot device)
  • The boot loader (can boot from the hard disk can also be from the floppy disk, this step to load the kernel into memory)
    • Booting from hard disk
  • Setup function (checks the hardware device and executes the set environment for the kernel thread)
  • Setup32 function (with two SETUP32 functions)
    • First SETUP32 (unzip the kernel screen to see the decompression complete, jump to the physical address 0x00100000 run the second SETUP32 function)
    • Second SETUP32 (Setting the execution environment for process 0)
  • Start_kernel function (initialization of the kernel, starting most of the kernel components, with process 1 running/sbin/init to start the appropriate startup program)

Linux startup process

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.