Expand description
Input and output devices
Re-exportsยง
pub use serial::Serial;
pub use keyboard::KeyBuffer;
pub use keyboard::PS2Controller;
Modulesยง
- Access to the screen in text-mode (CGA)
- keyboard ๐Abstractions for the keyboard driver.
- serial ๐Serial Console
- Video Graphics Array (VGA)
Macrosยง
- debug ๐Macro for printing to the debug screen.
- print ๐Macro for printing to the kernel screen.
- println ๐Macro for printing to the kernel screen.
- serial ๐Macro for printing to the serial console.
Enumsยง
- Output devices.
Staticsยง
- The debug output screen.
- Bounds of the user CGA window.
- The kernel output screen.
- The serial console.