Kernel

Bootloader

English

Overview

A small program that, after power-on, loads and starts the OS kernel.

Details

A program that takes control from the firmware after power-on, loads the kernel into memory, and hands off the boot process. On Linux, GRUB is mainly used.

More Linux terms