mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +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,4 +1,4 @@
|
||||
//! The std library of jinux
|
||||
//! The std library of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
#![allow(dead_code)]
|
||||
|
@ -10,8 +10,8 @@
|
||||
//! [Zircon](https://fuchsia.dev/fuchsia-src/reference/kernel_objects/vm_object).
|
||||
//! As capabilities, the two abstractions are aligned with our goal
|
||||
//! of everything-is-a-capability, although their specifications and
|
||||
//! implementations in C/C++ cannot apply directly to Jinux.
|
||||
//! In Jinux, VMARs and VMOs, as well as other capabilities, are implemented
|
||||
//! implementations in C/C++ cannot apply directly to Asterinas.
|
||||
//! In Asterinas, VMARs and VMOs, as well as other capabilities, are implemented
|
||||
//! as zero-cost capabilities.
|
||||
|
||||
pub mod page_fault_handler;
|
||||
|
Reference in New Issue
Block a user