Skip to content
  • Jonas Termansen's avatar
    The console can now be rendered to any text buffer. · f5c4b64a
    Jonas Termansen authored
    The console renderer now renders to a text buffer, which can be implemented
    on any device, whether it's the VGA text buffer or a bitmap graphics device
    with font rendering. This replaces the older code that could only render to
    a VGA framebuffer and where the input parsing was tightly coupled with the
    device rendering phase.
    f5c4b64a