Difference between revisions of "Bootloader"
From eLinux.org
(→List of bootloaders) |
(→List of bootloaders) |
||
| Line 24: | Line 24: | ||
[[Bootloader_Security_Resources]] | [[Bootloader_Security_Resources]] | ||
| + | |||
| + | RedBoot should be listed somewhere. I don't know what architectures it supports. [[User:Tim Bird|Tim Bird]] 20:55, 10 April 2009 (UTC) | ||
[[Category:Bootloaders]] | [[Category:Bootloaders]] | ||
Revision as of 20:55, 10 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:
- Lilo
- Grub
- Syslinux
- U-Boot
- coreboot, formerly known as LinuxBIOS
- Conference talk by Peter Stuge at Embedded Linux Conference Europe 2008, video
ARM:
MIPS:
PowerPC:
RedBoot should be listed somewhere. I don't know what architectures it supports. Tim Bird 20:55, 10 April 2009 (UTC)