Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 799 Bytes

30日でできる!OS自作入門 in Rust

Rustで30日OS本を再現実装するぞ!

30日OS本は32bitだったりブートローダーがWindows専用だったりしていろいろと 難しかったので、ブートローダー・メモリ仮想化周りは下記[RustでOSを書くブログ]も参考に進めています

参考になる資料

Rust言語仕様

Also, special thanks to tokusan for giving me kind advice.