Module earlycon

Source
Expand description

Early console for generic architecture.

This module provides a simple early console interface for the kernel. It is used to print messages before the kernel heap is initialized.

The early console is architecture-specific and must be implemented for each architecture.

Structs§

EarlyConsole 🔒

Functions§

print