#![no_std] #![no_main] use aster_frame::prelude::*; #[aster_main] fn kernel_main() { println!("Hello world from guest kernel!"); }