mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
add [Writing an OS in Rust] in elegant-code-base.md
This commit is contained in:
@ -29,5 +29,10 @@
|
||||
|
||||
[这本书](https://picklenerd.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。
|
||||
|
||||
### 6. 使用 Rust 写一个小型 OS
|
||||
|
||||
[这个博客系列](https://os.phil-opp.com) 会带领大家使用 Rust 语言创建一个小型的操作系统。其中每一篇文章都是一个小的教程并包含完整的代码。
|
||||
|
||||
你也可以在[以下地址](https://github.com/phil-opp/blog_os)找到完整的源代码。
|
||||
|
||||
**To be continued...**
|
Reference in New Issue
Block a user