⚠️ 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

x86_64 serial port driver for kernel debugging output.

Uses the uart_16550 crate to interface with COM1 at I/O port 0x3F8. Provides serial_print! and serial_println! macros for formatted output.

Structs§

SERIAL1