mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 10:53:25 +00:00
Rename aster_main as ostd::main
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
59350a8578
commit
fe7251c413
@ -3,7 +3,7 @@
|
||||
|
||||
use ostd::prelude::*;
|
||||
|
||||
#[aster_main]
|
||||
#[ostd::main]
|
||||
fn kernel_main() {
|
||||
println!("Hello world from guest kernel!");
|
||||
}
|
||||
|
Reference in New Issue
Block a user