Skip to content

Commit ad1df46

Browse files
pamolloyorangecms
authored andcommitted
index: Stress book over build system
The build system has not seen any updates in the last two years. More focus has been put into the book, so put the build system below the book. Signed-off-by: Philip Molloy <philip@philipmolloy.com>
1 parent ba694a3 commit ad1df46

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

content/_index.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Home
33
---
44

55
LinuxBoot is the concept of using a Linux kernel and initramfs as a bootloader.
6-
7-
The [`linuxboot`](https://github.com/linuxboot/linuxboot) repository contains a
8-
build system implementing LinuxBoot primarily targeting servers and PCs, which
9-
started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
6+
It is an example of [multiple
7+
discovery](https://en.wikipedia.org/wiki/Multiple_discovery), having been
8+
implemented numerous times.
109

1110
![](images/linuxboot_info.png)
1211

@@ -24,10 +23,15 @@ started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
2423

2524
## LinuxBoot Book 📖
2625

27-
The official documentation for LinuxBoot is the [LinuxBoot Book](https://book.linuxboot.org),
28-
where you can find information on how LinuxBoot works, how to build the various
29-
flavours (e.g. coreboot/LinuxBoot or UEFI PEI/LinuxBoot), the
30-
[u-root](https://github.com/u-root/u-root) ramfs builder, etc.
26+
The official documentation for LinuxBoot is the [LinuxBoot
27+
Book](https://book.linuxboot.org), which documents LinuxBoot core concepts and
28+
the numerous implementations.
29+
30+
## Build system
31+
32+
The [`linuxboot`](https://github.com/linuxboot/linuxboot) repository contains a
33+
build system implementing LinuxBoot primarily targeting servers and PCs, which
34+
started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
3135

3236
## Organization
3337

0 commit comments

Comments
 (0)