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

kprint_num

Macro kprint_num 

Source
macro_rules! kprint_num {
    ($prefix:literal, $n:expr) => { ... };
}
Expand description

Print a literal prefix followed by a number on all architectures. On AArch64, uses direct_uart assembly-based number printing.