⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

boot_println

Macro boot_println 

Source
macro_rules! boot_println {
    () => { ... };
    ($s:literal) => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Bootstrap-safe println (legacy - prefer kprintln!)