On Sun, May 21, 2006 at 01:07:22PM -0600, Manuel Novoa III wrote: > 2 patches attached... Please only send one patch per email, with Signed-off-by: lines. > q-vga.c.patch gets virtual consoles working with qemu > arch-mips-Kconfig.patch enables setting little endian for qemu > > The q-vga.c changes are just a literal port of some public domain vga > code... specificly http://my.execpc.com/~geezer/osd/graphics/modes.c. No problem with that. There is one big issue with this patch however - it's putting a font under arch. Fonts have no business under arch/. Can you try to find a way to use the fonts we have under drivers/video/console? Ralf