30.2.3. O Kernel
When the kernel is loaded, it immediately initializes and configures the computer's memory and configures the various hardware attached to the system, including all processors, I/O subsystems, and storage devices. It then looks for the compressed
initramfs
image(s) in a predetermined location in memory, decompresses it directly to /sysroot/
, and loads all necessary drivers. Next, it initializes virtual devices related to the file system, such as LVM or software RAID, before completing the initramfs
processes and freeing up all the memory the disk image once occupied.
O kernel então cria um dispositivo raiz, monta a partição raiz em modo apenas leitura, e libera qualquer memória não utilizada.
À esta altura, o kernel está carregado na memória e operacional. Entretanto, uma vez que não há nenhum aplicativo de usuário que permita a entrada de dados relevantes no sistema, o sistema ainda não é muito útil.
Para configurar o ambiente de usuário, o kernel executa o programa
/sbin/init