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 block devices of jinux
|
||||
//! The block devices of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
#![feature(fn_traits)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! The console device of jinux
|
||||
//! The console device of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
#![feature(fn_traits)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! The framebuffer of jinux
|
||||
//! The framebuffer of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
#![feature(strict_provenance)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! The input devices of jinux
|
||||
//! The input devices of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
#![feature(fn_traits)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! The system time of jinux
|
||||
//! The system time of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! The virtio of jinux
|
||||
//! The virtio of Asterinas.
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
#![allow(dead_code)]
|
||||
|
Reference in New Issue
Block a user