Rename aster-frame to ostd

This commit is contained in:
Jianfeng Jiang
2024-06-19 08:18:39 +00:00
committed by Tate, Hongliang Tian
parent fb59fa7a55
commit 59350a8578
300 changed files with 425 additions and 427 deletions

View File

@ -77,11 +77,11 @@ and each test case is marked with `#[ktest]`.
The `Cargo.toml` file is the Rust project manifest.
In addition to the contents of a normal Rust project,
OSDK will add the dependencies of the Asterinas framework to the file.
OSDK will add the dependencies of the Asterinas OSTD to the file.
The dependency version may change over time.
```toml
[dependencies.aster_frame]
[dependencies.ostd]
git = "https://github.com/asterinas/asterinas"
branch = "main"
@ -116,4 +116,4 @@ The default manifest of a kernel project:
### `rust-toolchain.toml`
The Rust toolchain for the kernel.
It aligns with the toolchain of the Asterinas framework.
It aligns with the toolchain of the Asterinas OSTD.