Writing an OS in Rust - Part 5 - CPU Exceptions

Опубликовано: 15 Март 2026
на канале: Uncle Scientist
4,540
94

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  

Adding CPU exceptions (and tests!), including an exception that will support debugger breakpoints.

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


#rust #rustos #blogos #rustlang