Writing an OS in Rust - Part 8 - Introduction to Paging

Опубликовано: 29 Сентябрь 2024
на канале: Uncle Scientist
2,721
60

This is my version of Philipp Oppermann's "BlogOS". It's a baremetal operating system that can boot off of a USB stick on any BIOS-compatible machine, which is pretty amazing. I'm going to be following the whole blog, one video at a time, and running the OS using QEMU instead of booting a physical machine. Just to keep things simple.


Livestream:   / unclescientist  

This is mostly a "learning" video. There's a bit of code at the end for looking at some of the things we learned, but we spend the majority of the time learning how page tables work and specifically how the x86_64 architecture implements them.

See https://os.phil-opp.com/


#rust #rustos #blogos #rustlang