We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a77bd0 commit e90b5a2Copy full SHA for e90b5a2
src/main.rs
@@ -43,7 +43,7 @@ extern "C" fn foo(_: usize) {
43
44
#[no_mangle] // don't mangle the name of this function
45
pub extern "C" fn runtime_entry(_argc: i32, _argv: *const *const u8, _env: *const *const u8) -> ! {
46
- info!("Start user-level process to initialize the HermitOS");
+ info!("Start HermitOS");
47
48
let id = unsafe { spawn(foo, 0, NORMAL_PRIO, hermit::DEFAULT_STACK_SIZE, -1) };
49
let _ = join(id);
0 commit comments