#[main]
This macro is used to mark the kernel entry point.
use ostd::prelude::*; #[ostd::main] pub fn main() { println!("hello world"); }