This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via feb63046b5ebd0d882a3adbcd6ff30786ac6ad03 (commit)
via 9d620b992b0bb822d61837275c91c1b72c3dfc25 (commit)
via 306e6c96d4368edc9ea90ffdfd687ae41930a0d0 (commit)
from a8fa0da1bfd90c9620253d122ab5dee42499132f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit feb63046b5ebd0d882a3adbcd6ff30786ac6ad03
Author: Samuel Thibault <[email protected]>
Date: Mon Oct 28 22:31:59 2024 +0100
console-client: Isolate fb driver even more from vga
commit 9d620b992b0bb822d61837275c91c1b72c3dfc25
Author: Damien Zammit <[email protected]>
Date: Mon Oct 28 08:09:20 2024 +0000
console-client: Enable switching to gfx console when available
This compiles in and enables the new framebuffer codepath
in the vga driver, if detected.
Message-ID: <[email protected]>
commit 306e6c96d4368edc9ea90ffdfd687ae41930a0d0
Author: Damien Zammit <[email protected]>
Date: Mon Oct 28 08:09:13 2024 +0000
console-client: Add graphical console video passthrough
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: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
console-client/Makefile | 3 +-
console-client/fb.c | 663 ++++++++++++++++++++++++++++++++++++++++++++++++
console-client/fb.h | 127 ++++++++++
console-client/vga.c | 28 +-
4 files changed, 810 insertions(+), 11 deletions(-)
create mode 100644 console-client/fb.c
create mode 100644 console-client/fb.h
hooks/post-receive
--
Hurd