mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Rename aster-std to aster-nix
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8d456ebe8f
commit
ab03ef0fe8
@ -14,6 +14,6 @@ pub fn main() -> ! {
|
||||
aster_frame::init();
|
||||
early_println!("[kernel] finish init aster_frame");
|
||||
component::init_all(component::parse_metadata!()).unwrap();
|
||||
aster_std::init();
|
||||
aster_std::run_first_process();
|
||||
aster_nix::init();
|
||||
aster_nix::run_first_process();
|
||||
}
|
||||
|
Reference in New Issue
Block a user