mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-06-28 00:26:29 +08:00
@@ -233,7 +233,7 @@ Rust 的 core 库内建了以一系列帮助实现显示字符的基本 Trait
|
||||
|
||||
#[no_mangle]
|
||||
extern "C" fn _start() {
|
||||
print!("Hello, "");
|
||||
print!("Hello, ");
|
||||
println!("world!");
|
||||
sys_exit(9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user