Crate early_printer

source ·
Expand description

A basic ASCII text printer for early text output to a graphical framebuffer or text-mode VGA display.

Does not support user scrolling, cursors, or any other advanced features.

Macros

  • Prints the formatted output to the early framebuffer writer, if it has been initialized.
  • Prints the formatted output with an appended newline (‘\n’) to the early framebuffer writer, if it has been initialized.

Structs

Functions

  • Initializes a simple graphical framebuffer for early text printing.
  • De-initializes and returns the early graphical framebuffer, allowing it to be re-used elsewhere.