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

Module serial

Module serial 

Source
Expand description

Generic serial interface for kernel console output.

Provides a unified Uart16550Compat type and serial_print! / serial_println! macros that delegate to the architecture-specific UART implementation.

Re-exports§

pub use crate::arch::x86_64::serial::*;