Modules/BochsGA - Added 800x480 mode
authorJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 06:28:54 +0000 (14:28 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 06:28:54 +0000 (14:28 +0800)
KernelLand/Modules/Display/BochsGA/bochsvbe.c

index 5988ee7..50e76d3 100644 (file)
@@ -82,6 +82,7 @@ Uint  *gBGA_Framebuffer;
 const tBGA_Mode        *gpBGA_CurrentMode;\r
 const tBGA_Mode        gBGA_Modes[] = {\r
        {640,480,32, 640*480*4},\r
+       {800,480,32, 800*480*4},        // Nice mode for VM testing\r
        {800,600,32, 800*600*4},\r
        {1024,768,32, 1024*768*4}\r
 };\r

UCC git Repository :: git.ucc.asn.au