Difference between revisions of "Bootloader"
From eLinux.org
(add note about LinuxBIOS relationship coreboot) |
(add YAMON) |
||
| 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). | 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). | ||
| − | + | == List of bootloaders == | |
X86: | X86: | ||
| Line 17: | Line 17: | ||
MIPS: | MIPS: | ||
* [[U-Boot]] | * [[U-Boot]] | ||
| + | * [http://www.linux-mips.org/wiki/YAMON YAMON] | ||
PowerPC: | PowerPC: | ||
Revision as of 01:54, 7 April 2009
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).
List of bootloaders
X86:
ARM:
MIPS:
PowerPC: