Format OSDK documentation

This commit is contained in:
Jianfeng Jiang
2024-03-01 03:23:47 +00:00
committed by Tate, Hongliang Tian
parent 7fef686136
commit a51b3c7076
18 changed files with 397 additions and 162 deletions

View File

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