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

kprint_rt

Macro kprint_rt 

Source
macro_rules! kprint_rt {
    ($s:expr) => { ... };
}
Expand description

Print a runtime &str expression (not just a literal) on all architectures. On AArch64, uses direct_uart; on x86_64/RISC-V, uses serial print.