Replace the word "safe" with "secure"

This commit is contained in:
Tate, Hongliang Tian 2024-02-15 15:35:17 +08:00
parent 748a92d278
commit a3257fca80
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
<p align="center">
<img src="docs/src/images/logo_en.svg" alt="asterinas-logo" width="620"><br>
A safe, fast, and general-purpose OS kernel written in Rust and compatible with Linux
A secure, fast, and general-purpose OS kernel written in Rust and compatible with Linux
</p>
## Introducing Asterinas
Asterinas (星绽 in Chinese) is a _safe_, _fast_, and _general-purpose_ OS kernel
Asterinas (星绽 in Chinese) 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_.

View File

@ -2,7 +2,7 @@
## Overview
Asterinas is a _safe_, _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_.