Writing an OS in Rust - Part 7 - Hardware Interrupts

Опубликовано: 03 Май 2026
на канале: Uncle Scientist
3,243
62

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  

Today we added code to process interrupts for the PIC hardware. We then added a (very small) handler for the Timer interrupt, as well as for the Keyboard interrupt.

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


#rust #rustos #blogos #rustlang