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.