Expand description
Modules§
- pit
- Support for legacy 8253-compatible timer.
- serial
- Support for legacy 8250-compatible serial ports.
- vga
- Minimal VGA peripheral implementation for the Tock x86_q35 chip crate.
- vga_
uart_ driver - VgaUart
— a **synchronous, write-only** façade that lets capsules use a
hil::uart::Uart`-style interface while we actually write to the VGA text buffer, not a serial port.
Macros§
- serial_
port_ component_ static - Statically allocates the storage needed to finalize a
SerialPortComponent
. - x86_
q35_ component_ static - Provides static buffers needed for
PcComponent::finalize()
.
Structs§
- Pc
- Representation of a generic PC platform.
- PcComponent
- Component helper for constructing a
Pc
chip instance.