Difference between revisions of "Bootloader"

From eLinux.org
Jump to: navigation, search
Line 7: Line 7:
 
* Grub
 
* Grub
 
* Syslinux
 
* Syslinux
* U-Boot
+
* [[U-Boot]]
  
 
ARM:
 
ARM:
 
* [[APEX]]
 
* [[APEX]]
 
* Blob
 
* Blob
* U-Boot
+
* [[U-Boot]]
  
 
MIPS:
 
MIPS:
* U-Boot
+
* [[U-Boot]]
  
 
PowerPC:
 
PowerPC:
* U-Boot
+
* [[U-Boot]]
  
 
[[Bootloader_Security_Resources]]
 
[[Bootloader_Security_Resources]]
  
 
[[Category:Bootloaders]]
 
[[Category:Bootloaders]]

Revision as of 17:44, 12 September 2007

A bootloader is a small application that is first run when a computing device is powered on. the primary purpose of a bootloader is to initialize the hardware i/o enough so that the core of an operating system may be loaded and executed.

some example bootloaders are:

X86:

ARM:

MIPS:

PowerPC:

Bootloader_Security_Resources