aboutsummaryrefslogtreecommitdiff
path: root/console-client/fb.h
Commit message (Collapse)AuthorAgeFilesLines
* console-client: Isolate fb driver even more from vgaSamuel Thibault2024-10-281-10/+1
|
* console-client: Add graphical console video passthroughDamien Zammit2024-10-281-0/+136
When bootloader sets a linear framebuffer mode and passes the required info to Hurd via multiboot info table, we can use this framebuffer as is. Otherwise, fall back to EGA text mode as before. This is just the new framebuffer code as a separate commit. Message-ID: <20241028080849.3196116-2-damien@zamaudio.com>