Begin new post about freestanding executables

This commit is contained in:
Philipp Oppermann
2017-10-05 17:01:09 +02:00
parent 3f4a4bf2e1
commit 9d32d49488
5 changed files with 441 additions and 0 deletions

View 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