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

early_println

Macro early_println 

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

Early println macro for debugging