Subject: Experimental VESA framebuffer w/ splash screen support
To: None <port-i386@NetBSD.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: port-i386
Date: 02/08/2006 19:44:35
Hey folks. I've been hacking on the i386 vesa_raster8 code in 
arch/i386/bios/ for the past few days. I have it attaching to wsdisplay 
and working as a default console. Some nice parts:

  * Splash screen support in the vesarasterviii driver
    (This will be moved to dev/rasops at some point)
  * If the kernel panics while X is running, you can still interact with
    DDB. Yay!

Anyway, it's a work in progress, but feel free to play with my patches in 
the meantime. More information is available here:

   http://www.invisible.ca/core/VESA_Framebuffer_console_in_NetBSD

Cheers,
Jared