Difference between revisions of "Bootloader"
From eLinux.org
(→List of bootloaders) |
(move data into table) |
||
| Line 3: | Line 3: | ||
== List of bootloaders == | == List of bootloaders == | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ARM: | + | {| |
| − | + | ! Bootloaders !! x86 (IA32) !! ARM / XScale !! MIPS !! PowerPC !! SuperH || remarks | |
| − | + | |- | |
| − | + | ! [[U-Boot]] | |
| + | | no || yes || yes || yes || yes || | ||
| + | |- | ||
| + | ! [[RedBoot]] | ||
| + | | yes || yes || yes || yes || yes || | ||
| + | |- | ||
| + | ! [[Lilo]] | ||
| + | | yes || - || - || - || - || | ||
| + | |- | ||
| + | ! [[Grub]] | ||
| + | | yes || - || - || yes || - || | ||
| + | |- | ||
| + | ! [[Syslinux]] | ||
| + | | yes || - || - || - || - || | ||
| + | |- | ||
| + | ! [http://www.coreboot.org/Welcome_to_coreboot coreboot], formerly known as LinuxBIOS | ||
| + | | yes || - || - || - || - || Conference talk by Peter Stuge at Embedded Linux Conference Europe 2008, [http://free-electrons.com/pub/video/2008/elce/nluug-fall2008-stuge-coreboot.ogv video] | ||
| + | |- | ||
| + | ! [[APEX]] | ||
| + | | - || yes || - || - || - || | ||
| + | |- | ||
| + | ! [[Blob]] | ||
| + | | - || yes || - || - || - || | ||
| + | |- | ||
| + | ! [http://www.linux-mips.org/wiki/YAMON YAMON] | ||
| + | | - || - || yes || - || - || | ||
| + | |- | ||
| + | ! [Yaboot] | ||
| + | | - || - || - || ye || - || | ||
| + | |} | ||
| − | + | A dash '-' means: '''not researched...''' | |
| − | + | ||
| − | + | ||
| − | + | A lot more exhaustive list is available at [http://en.wikipedia.org/wiki/Comparison_of_boot_loaders Wikipedia] | |
| − | + | ||
[[Bootloader_Security_Resources]] | [[Bootloader_Security_Resources]] | ||
| − | |||
| − | |||
[[Category:Bootloaders]] | [[Category:Bootloaders]] | ||
Revision as of 17:18, 13 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
| Bootloaders | x86 (IA32) | ARM / XScale | MIPS | PowerPC | SuperH | remarks |
|---|---|---|---|---|---|---|
| U-Boot | no | yes | yes | yes | yes | |
| RedBoot | yes | yes | yes | yes | yes | |
| Lilo | yes | - | - | - | - | |
| Grub | yes | - | - | yes | - | |
| Syslinux | yes | - | - | - | - | |
| coreboot, formerly known as LinuxBIOS | yes | - | - | - | - | Conference talk by Peter Stuge at Embedded Linux Conference Europe 2008, video |
| APEX | - | yes | - | - | - | |
| Blob | - | yes | - | - | - | |
| YAMON | - | - | yes | - | - | |
| [Yaboot] | - | - | - | ye | - |
A dash '-' means: not researched...
A lot more exhaustive list is available at Wikipedia