Skip to main content

kernel/logging/x86_64/
mod.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! x86_64 logging backend: COM1 UART serial port.
3//!
4//! Authors: MarioS271
5
6pub(crate) mod serial;