Skip to content

Instantly share code, notes, and snippets.

@villadora
Created March 22, 2013 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save villadora/5221487 to your computer and use it in GitHub Desktop.
Save villadora/5221487 to your computer and use it in GitHub Desktop.
linux boot

linux boot process:

  1. BIOS: 位于ROM中,全程是basic input output system,主要负责启动基本输入输出硬件,然后将管理权交给MBR

  2. MBR:

  3. grub/lilo: bootloader

  4. kernal

  5. initrd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment