mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 04:26:39 +00:00
Replace the word "safe" with "secure"
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="docs/src/images/logo_en.svg" alt="asterinas-logo" width="620"><br>
|
<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>
|
</p>
|
||||||
|
|
||||||
## Introducing Asterinas
|
## 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.
|
that provides _Linux-compatible_ ABI.
|
||||||
It can serve as a seamless replacement for Linux
|
It can serve as a seamless replacement for Linux
|
||||||
while enhancing _memory safety_ and _developer friendliness_.
|
while enhancing _memory safety_ and _developer friendliness_.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Overview
|
## 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.
|
that provides _Linux-compatible_ ABI.
|
||||||
It can serve as a seamless replacement for Linux
|
It can serve as a seamless replacement for Linux
|
||||||
while enhancing _memory safety_ and _developer friendliness_.
|
while enhancing _memory safety_ and _developer friendliness_.
|
||||||
|
Reference in New Issue
Block a user