All of lore.kernel.org
 help / color / mirror / Atom feed
* VGA Console Idea
@ 2003-11-04 17:20 Maciej Zenczykowski
  2003-11-04 17:44 ` Sergey Vlasov
  0 siblings, 1 reply; 3+ messages in thread
From: Maciej Zenczykowski @ 2003-11-04 17:20 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi all,

this is just an idea for a VGA text mode console improvement which would
provide us with 512 char fonts with little functionality loss.

Basically we perform a bit inversion of the font bitmap, and then map
foreground to background and background to foreground.  If we turn off the
blink bit allowing high intensity background colours then we end up with
16 foreground colours, 8 background colours, no blink and no high
intensity background colours.  Since both blink and bg high intensity are
seldom used (since you can (not quite) never be sure if you'll get one or
the other) we end up with a 16fg/8bg/512char font situation.  Everything
works as expected except for direct memory access through vcs/vcsa, these
would need to be nibble swapped in the colour area, but then with 512 char
fonts these aren't exactly really supported anyway...  What do you think?

Cheers,
MaZe.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-11-04 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-04 17:20 VGA Console Idea Maciej Zenczykowski
2003-11-04 17:44 ` Sergey Vlasov
2003-11-04 18:07   ` Maciej Zenczykowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.