mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
14 lines
508 B
Markdown
14 lines
508 B
Markdown
+++
|
|
template = "edition-2/index.html"
|
|
+++
|
|
|
|
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">用Rust写一个操作系统</h1>
|
|
|
|
<div class="front-page-introduction">
|
|
|
|
这个博客系列用[Rust编程语言](https://www.rust-lang.org/)编写了一个小操作系统。每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。源代码也放在了[Github 仓库](https://github.com/phil-opp/blog_os)。
|
|
|
|
最新文章: <!-- latest-post -->
|
|
|
|
</div>
|