mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
441 B
441 B
+++ title = "Booting" order = 2 path = "booting" date = 0000-01-01 template = "second-edition/page.html" +++
This post describes the boot process of an x86_64 machine. It presents different ways to boot an operating system and describes the necessary CPU initialization steps. It also provides an overview over the BIOS and UEFI systems and the Multiboot standard.
The Boot Process
The