1// SPDX-License-Identifier: GPL-3.0-only 2//! Screen output: linear framebuffer access and PSF2 font rendering. 3//! 4//! Authors: MarioS271 5 6pub(crate) mod basic;