Module rstubs::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.