From 97b0fa3c600b3a2dc0446029c38a7d538078ab7c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 12 Jan 2025 04:20:27 +0000 Subject: [PATCH] payloads, not "programs" Signed-off-by: Leah Rowe --- site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.md b/site/index.md index 4276c84..ed4a3ca 100644 --- a/site/index.md +++ b/site/index.md @@ -47,7 +47,7 @@ Overview of Libreboot design Libreboot provides [coreboot](https://coreboot.org/) for [machine initialisation](https://doc.coreboot.org/getting_started/architecture.html), which then jumps to a [payload](https://doc.coreboot.org/payloads.html) in -the boot flash; coreboot works with many programs, but Libreboot specifically +the boot flash; coreboot works with many payloads, but Libreboot specifically provides SeaBIOS, GNU GRUB and U-Boot as options. Memtest86+ is also provided in flash, on some mainboards. The payload is the program in flash that provides the early user interface, for booting an operating system. This *payload*