Add Chinese translation to _index.zh-CN.md (#1067)

This commit is contained in:
Tianxi Ku
2022-01-03 18:25:26 +08:00
committed by GitHub
parent 5c750985a6
commit c4f8477310

View File

@@ -2,12 +2,12 @@
template = "edition-2/index.html" template = "edition-2/index.html"
+++ +++
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">Writing an OS in Rust</h1> <h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">用Rust写一个操作系统</h1>
<div class="front-page-introduction"> <div class="front-page-introduction">
This blog series creates a small operating system in the [Rust programming language](https://www.rust-lang.org/). Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding [Github repository](https://github.com/phil-opp/blog_os). 这个博客系列用[Rust编程语言](https://www.rust-lang.org/)编写了一个小操作系统。每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。源代码也放在了[Github 仓库](https://github.com/phil-opp/blog_os)
Latest post: <!-- latest-post --> 最新文章: <!-- latest-post -->
</div> </div>