doc: update kernel README with new version number

This commit is contained in:
Thomas Dickson
2024-10-01 11:07:13 +13:00
committed by Tate, Hongliang Tian
parent 61f6c637d2
commit 5af0fd6010
6 changed files with 23 additions and 20 deletions

View File

@ -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.