Study note

Writing an OS in Rust

Properties

Type
Books
Status
想读
Domain
Rust
Category
操作系统与嵌入式
Source
os.phil-opp.com
Vault note
library/books/rust/Writing-an-OS-in-Rust-aefef801a93be831.md

Summary

通过系列教程用 Rust 写一个小型操作系统内核,内容从 freestanding binary、最小 x86_64 kernel、VGA text mode、测试、CPU 异常、中断、分页、堆分配、分配器设计讲到 async/await。

Highlights

每篇都配有可跟做代码,适合把 Rust 的 `no_std`、裸机编程、内存管理和硬件中断知识串起来。

Notes

Philipp Oppermann。

Comments

Loading comments...