mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Begin new post about freestanding executables
This commit is contained in:
21
blog/content/second-edition/posts/02-booting/index.md
Normal file
21
blog/content/second-edition/posts/02-booting/index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
+++
|
||||
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.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
## The Boot Process
|
||||
The
|
||||
|
||||
|
||||
## BIOS
|
||||
|
||||
### Multiboot
|
||||
|
||||
## UEFI
|
||||
Reference in New Issue
Block a user