mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Rename aster_main as ostd::main
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
59350a8578
commit
fe7251c413
@ -44,12 +44,13 @@ pub mod task;
|
||||
pub mod trap;
|
||||
pub mod user;
|
||||
|
||||
pub use ostd_macros::main;
|
||||
#[cfg(feature = "intel_tdx")]
|
||||
use tdx_guest::init_tdx;
|
||||
|
||||
pub use self::{cpu::CpuLocal, error::Error, prelude::Result};
|
||||
|
||||
/// Initialize OSTD.
|
||||
/// Initializes OSTD.
|
||||
///
|
||||
/// This function represents the first phase booting up the system. It makes
|
||||
/// all functionalities of OSTD available after the call.
|
||||
|
Reference in New Issue
Block a user