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

kprint_u64

Macro kprint_u64 

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

Print a u64 number without newline on all architectures. On AArch64, uses direct_uart assembly; on x86_64/RISC-V, uses serial.