Merge branch 'post-02' into post-03

This commit is contained in:
Philipp Oppermann
2025-03-27 15:07:41 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name = "blog_os"
version = "0.1.0"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
edition = "2024"
[dependencies]
bootloader = "0.9"

View File

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