rstubs

Module device

Source
Expand description

Input and output devices

Re-exports§

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§

Statics§

  • The debug output screen.
  • Bounds of the user CGA window.
  • The kernel output screen.
  • The serial console.