Difference between revisions of "Bootloader"
From eLinux.org
| Line 1: | Line 1: | ||
| − | + | Briefly, a bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or the Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU). | |
some example bootloaders are: | some example bootloaders are: | ||
X86: | X86: | ||
| − | * Lilo | + | * [[Lilo]] |
| − | * Grub | + | * [[Grub]] |
| − | * Syslinux | + | * [[Syslinux]] |
* [[U-Boot]] | * [[U-Boot]] | ||
ARM: | ARM: | ||
* [[APEX]] | * [[APEX]] | ||
| − | * Blob | + | * [[Blob]] |
* [[U-Boot]] | * [[U-Boot]] | ||
Revision as of 00:50, 13 September 2007
Briefly, a bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or the Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU).
some example bootloaders are:
X86:
ARM:
MIPS:
PowerPC: