youtube image
From YouTube: RustEdu Workshop 2022 - The Pluggable Interrupt OS: Writing a Kernel in Rust

Description

Gabriel Ferrer reports on experiences teaching the construction of a bare-metal OS in Rust.The course is facilitated by Ferrer’s Pluggable Interrupt OS crate, which provides provides an easy API for building a co-operative interrupt-driven multitasking OS.

The Pluggable Interrupt OS crate source is available through crates.io at https://crates.io/crates/pluggable_interrupt_os.