Linux之路

mac2024-03-18  29

  

 

 

Linux 内核

 

Bios ->

 

$ uname -r

$ sudo apt install linux-generic-lts-vivid

$ sudo apt dist-upgrade

Boot the system

1. BIOS

The BIOS (stands for "Basic Input/Output System") initializes the hardware and makes sure with a Power-on self test (POST) that all the hardware is good to go. The main job of the BIOS is to load up the bootloader.

2. Bootloader

The bootloader loads the kernel into memory and then starts the kernel with a set of kernel parameters. One of the most common bootloaders is GRUB, which is a universal Linux standard.

3. Kernel

When the kernel is loaded, it immediately initializes devices and memory. The main job of the kernel is to load up the init process.

 

 

最新回复(0)