mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
doc: update kernel README with new version number
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
61f6c637d2
commit
5af0fd6010
@ -47,7 +47,7 @@ It must concurrently fulfill four criteria.
|
||||
The safe APIs of the framework are considered sound
|
||||
if no [undefined behaviors](https://doc.rust-lang.org/reference/behavior-considered-undefined.html#behavior-considered-undefined) shall be triggered
|
||||
by whatever safe Rust code that a programmer may write using the APIs
|
||||
---as long as the code is verified by the Rust toolchain.
|
||||
- as long as the code is verified by the Rust toolchain.
|
||||
Soundness ensures that the OS framework,
|
||||
in conjunction with the Rust toolchain,
|
||||
bears the full responsibility for the kernel's memory safety.
|
||||
|
Reference in New Issue
Block a user