mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00:43:24 +00:00
Rename aster_main as ostd::main
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
59350a8578
commit
fe7251c413
@ -7,7 +7,7 @@ extern crate ostd;
|
||||
|
||||
use ostd::prelude::*;
|
||||
|
||||
#[aster_main]
|
||||
#[ostd::main]
|
||||
pub fn main() {
|
||||
println!("[kernel] finish init ostd");
|
||||
component::init_all(component::parse_metadata!()).unwrap();
|
||||
|
Reference in New Issue
Block a user