Expand description
Kernel logging: serial output and the [kprint!] macro.
Authors: MarioS271
Modulesยง
- _serial ๐
- Serial port abstraction: the
_Serialtrait and theSerialPortidentifier enum. - kprint ๐
- Kernel print macro ([
kprint!]) and the logging state behind it. - x86_64 ๐
- x86_64 logging backend: COM1 UART serial port.