mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 14:03:58 +00:00
Rename aster-frame to ostd
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fb59fa7a55
commit
59350a8578
@ -26,7 +26,7 @@ make ktest
|
||||
To test an individual crate in kernel mode, enter the directory of the crate and invoke `cargo osdk test`.
|
||||
|
||||
```bash
|
||||
cd asterinas/framework/aster-frame
|
||||
cd asterinas/ostd
|
||||
cargo osdk test
|
||||
```
|
||||
|
||||
|
@ -75,7 +75,7 @@ as [zero-cost abstractions](https://monomorph.is/posts/zero-cost-abstractions/).
|
||||
|
||||
Fortunatelly, our efforts
|
||||
to design and implement an OS framework meeting these standards
|
||||
have borne fruit in the form of the [Asterinas Framework](../framework/).
|
||||
have borne fruit in the form of the [Asterinas OSTD](../ostd/).
|
||||
Using this framework as a foundation,
|
||||
we have developed the Asterinas Kernel;
|
||||
this framework also enables others to create their own framekernels,
|
||||
|
Reference in New Issue
Block a user