From f2f991b2392f314100c4bb8a8a94ea2a8878028e Mon Sep 17 00:00:00 2001
From: "Tate, Hongliang Tian"
Date: Thu, 15 Feb 2024 16:47:10 +0800
Subject: [PATCH] Add the Chinese version README
---
README.md | 4 +-
README_CN.md | 71 +++++++++++++++++++
docs/src/images/logo_cn.svg | 136 ++++++++++++++++++++++++++++++++++++
tools/bump_version.sh | 1 +
4 files changed, 211 insertions(+), 1 deletion(-)
create mode 100644 README_CN.md
create mode 100644 docs/src/images/logo_cn.svg
diff --git a/README.md b/README.md
index b1b25ceeb..03059d1f2 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,11 @@
A secure, fast, and general-purpose OS kernel written in Rust and compatible with Linux
+English | [中文版](README_CN.md)
+
## Introducing Asterinas
-Asterinas (星绽 in Chinese) is a _secure_, _fast_, and _general-purpose_ OS kernel
+Asterinas is a _secure_, _fast_, and _general-purpose_ OS kernel
that provides _Linux-compatible_ ABI.
It can serve as a seamless replacement for Linux
while enhancing _memory safety_ and _developer friendliness_.
diff --git a/README_CN.md b/README_CN.md
new file mode 100644
index 000000000..01054adaf
--- /dev/null
+++ b/README_CN.md
@@ -0,0 +1,71 @@
+