Writing an OS in Rust - Part 12e - A Better Executor

preview_player
Показать описание
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.

The Async/Await section has been split into four so that they're not multi-hour videos. This one is called "A Better Executor" and works through the implementation of an executor that has "Waker" support.

This is also the FINAL episode (so far!). If and when the next entry is submitted, I will be covering that in future episodes. Hopefully soon...

#rust #rustos #blogos #rustlang
Рекомендации по теме
Комментарии
Автор

I really hope that the blog is extended. I've learned a ton by watching you work through this.

mrpocock