mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 23:16:32 +00:00
Format OSDK documentation
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7fef686136
commit
a51b3c7076
@ -8,7 +8,7 @@ extern crate aster_frame;
|
||||
use aster_frame::prelude::*;
|
||||
|
||||
#[aster_main]
|
||||
pub fn main() -> ! {
|
||||
pub fn main() {
|
||||
println!("[kernel] finish init aster_frame");
|
||||
component::init_all(component::parse_metadata!()).unwrap();
|
||||
aster_nix::init();
|
||||
|
Reference in New Issue
Block a user