Linux — CPU Architecture and Kernel Components

Tony
9 min readFeb 20, 2024

Traditionally, UNIX and Linux systems utilized the Basic I/O System (BIOS) for their bootstrapping process. When you switch on your Linux laptop, the process is completely controlled by the hardware. Initially, the hardware is designed to execute the Power On Self Test (POST), which is a part of the BIOS. POST ensures that the hardware components, such as RAM, are functioning correctly.

--

--