File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1- # Linux as Firmware
2-
3- ** Tired of reinventing the wheel by implementing drivers for firmware again and again?** </br >
4- ** Not with LinuxBoot!**
5-
6- ### What?
7-
8- LinuxBoot is the concept of using a Linux kernel and runtime as a bootloader.
1+ LinuxBoot is the concept of using a Linux kernel and initramfs as a bootloader.
92
103The [ ` linuxboot ` ] ( https://github.com/linuxboot/linuxboot ) repository contains a
114build system implementing LinuxBoot primarily targeting servers and PCs, which
125started as [ * NERF* ] ( https://trmm.net/NERF ) in January 2017 at Google.
136
147![ ] ( images/linuxboot_info.png )
158
16- ### Why?
9+ ## Why?
1710
1811* Improves boot reliability by replacing lightly-tested firmware drivers with
1912 hardened Linux drivers.
@@ -25,7 +18,7 @@ started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
2518 supercomputing systems -- wherever reliability and performance are
2619 paramount.
2720
28- ### LinuxBoot Book
21+ ## LinuxBoot Book
2922
3023The official documentation for LinuxBoot is the [ LinuxBoot Book] ( https://book.linuxboot.org ) ,
3124where you can find information on how LinuxBoot works, how to build the various
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pygmentsUseClassic = true
1414
1515[Params ]
1616 useChroma = true
17- subtitle = " Let Linux do it "
17+ subtitle = " Linux as a bootloader "
1818 logo = " images/logo.png"
1919 favicon = " images/favicon.ico"
2020 dateFormat = " January 2, 2006"
You can’t perform that action at this time.
0 commit comments