From a63c51c15631a63ea5c1b85a12370ac6dbcac2df Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 11 Mar 2021 17:45:34 +0100 Subject: [PATCH] Improve introduction for uefi booting post --- blog/content/edition-3/posts/02-booting/uefi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/edition-3/posts/02-booting/uefi.md b/blog/content/edition-3/posts/02-booting/uefi.md index 7a0e8ec1..fa994a6c 100644 --- a/blog/content/edition-3/posts/02-booting/uefi.md +++ b/blog/content/edition-3/posts/02-booting/uefi.md @@ -18,7 +18,7 @@ icon = ''' ''' +++ -This post is an addendum to our main [**Booting**] post. It explains how to create a basic UEFI bootloader from scratch. +This post is an addendum to our main [**Booting**] post. It explains how to create a basic UEFI application from scratch that can be directly booted on modern x86_64 systems. This includes creating a minimal application suitable for the UEFI environment, turning it into a bootable disk image, and interacting with the hardware through the UEFI system tables and the `uefi` crate. We also outline how to turn the resulting application into a bootloader. [**Booting**]: @/edition-3/posts/02-booting/index.md