mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Rename jinux to asterinas in documentation and code
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
2b248dc326
commit
99f6765ced
@ -1,9 +1,9 @@
|
||||
//! # The kernel mode testing framework of Jinux.
|
||||
//! # The kernel mode testing framework of Asterinas.
|
||||
//!
|
||||
//! `ktest` stands for kernel-mode testing framework. Its goal is to provide a
|
||||
//! `cargo test`-like experience for any `#![no_std]` bare metal crates.
|
||||
//!
|
||||
//! In Jinux, all the tests written in the source tree of the crates will be run
|
||||
//! In Asterinas, all the tests written in the source tree of the crates will be run
|
||||
//! immediately after the initialization of aster-frame. Thus you can use any
|
||||
//! feature provided by the frame including the heap allocator, etc.
|
||||
//!
|
||||
|
Reference in New Issue
Block a user