Begin post about creating a minimal Rust kernel

This commit is contained in:
Philipp Oppermann
2018-01-31 01:46:07 +01:00
parent 082c9f0f4f
commit f5797b7fd2
4 changed files with 198 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
+++
title = "BIOS Booting"
path = "booting/bios"
date = 0000-01-01
template = "second-edition/page.html"
+++
This post describes the BIOS boot process of an x86_64 machine.
<!-- more -->
## The Boot Process
The
## BIOS
### Multiboot
## UEFI