Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swnakamura/30daysOS

30 days os (with Rust?)
https://github.com/swnakamura/30daysOS

Last synced: 12 days ago
JSON representation

30 days os (with Rust?)

Awesome Lists containing this project

README

        

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

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

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

# 参考になる資料

* [勉強したことをまとめたノート](./note.md)

* 先達 https://yoshitsugu.net/tags/OS%E8%87%AA%E4%BD%9C%E5%85%A5%E9%96%80.html

* [RustでOSを書くブログ](https://os.phil-opp.com/)

## Rust言語仕様
* https://doc.rust-lang.org/unstable-book/library-features/asm.html
* https://doc.rust-lang.org/std/primitive.pointer.html

Also, special thanks to [tokusan](https://github.com/toku-sa-n) for giving me kind advice.