Merge branch 'post-06' into post-07

This commit is contained in:
Philipp Oppermann
2025-03-27 15:13:48 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
use blog_os::println;
use core::panic::PanicInfo;
#[no_mangle]
#[unsafe(no_mangle)]
pub extern "C" fn _start() -> ! {
println!("Hello World{}", "!");