From dfdbc6ec6d42fe0bc38b0309c86087aa6a5347ac Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 11 Feb 2021 17:20:28 +0100 Subject: [PATCH] Improve introduction for booting post --- blog/content/edition-3/posts/02-booting/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/content/edition-3/posts/02-booting/index.md b/blog/content/edition-3/posts/02-booting/index.md index fc32b97a..027485b2 100644 --- a/blog/content/edition-3/posts/02-booting/index.md +++ b/blog/content/edition-3/posts/02-booting/index.md @@ -14,9 +14,10 @@ icon = ''' ''' +++ -In this post, we explore the boot process on both BIOS and UEFI-based systems. We combine the [minimal kernel] created in the previous post with a bootloader. The result is a bootable disk image, which can be started in the [QEMU] emulator and run on real hardware. +In this post, we explore the boot process on both BIOS and UEFI-based systems. We combine the [minimal kernel] created in the previous post with a bootloader to create a bootable disk image. We then show how this image can be started in the [QEMU] emulator and run on real hardware. [minimal kernel]: @/edition-3/posts/01-minimal-kernel/index.md +[QEMU]: https://www.qemu.org/