Rename aster-std to aster-nix

This commit is contained in:
Jianfeng Jiang
2024-02-05 07:58:10 +00:00
committed by Tate, Hongliang Tian
parent 8d456ebe8f
commit ab03ef0fe8
312 changed files with 60 additions and 60 deletions

View File

@ -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();
}