mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Begin post about creating a minimal Rust kernel
This commit is contained in:
20
blog/content/second-edition/posts/02-booting/bios.md
Normal file
20
blog/content/second-edition/posts/02-booting/bios.md
Normal 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
|
||||
Reference in New Issue
Block a user