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.
uart_16550
serial_print!
serial_println!