From c4f8477310b04d0bf5feaf5ffdb1711ca3058d3e Mon Sep 17 00:00:00 2001 From: Tianxi Ku Date: Mon, 3 Jan 2022 18:25:26 +0800 Subject: [PATCH] Add Chinese translation to _index.zh-CN.md (#1067) --- blog/content/_index.zh-CN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/content/_index.zh-CN.md b/blog/content/_index.zh-CN.md index 493e0c96..6000a287 100644 --- a/blog/content/_index.zh-CN.md +++ b/blog/content/_index.zh-CN.md @@ -2,12 +2,12 @@ template = "edition-2/index.html" +++ -

Writing an OS in Rust

+

用Rust写一个操作系统

-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). - -Latest post: +这个博客系列用[Rust编程语言](https://www.rust-lang.org/)编写了一个小操作系统。每篇文章都是一个小教程,并且包含了所有代码,你可以跟着一起学习。源代码也放在了[Github 仓库](https://github.com/phil-opp/blog_os)。 + +最新文章: