[LinksOS CVS Commit]kernel/hw/video vga.h,NONE,1.1
Status: Inactive
Brought to you by:
terencevs
|
From: <bl...@to...> - 2003-01-14 23:51:41
|
Update of /cvsroot/linksos/kernel/hw/video In directory router-internal.tossell.net:/tmp/cvs-serv31768 Added Files: vga.h Log Message: Title: vga.h -basic start for the vga-lib Changes: First Effects: None a= blokkie (tfe...@wa... b= --- NEW FILE: vga.h --- //vga.h lame header that uses CONST :-) instead of #define #ifndef VGA_H const int VGA_H { #endif const int TEXT = 0 /* Compatible with VGAlib 1.2 */ const int G320x200x16 = 1 const int G640x200x16 = 2 const int G640x350x16 = 3 const int G640x480x16 = 4 const int G320x200x256 = 5 const int G320x240x256 = 6 const int G320x400x256 = 7 const int G360x480x256 = 8 const int G640x480x2 = 9 const int G640x480x256 = 10 const int G800x600x256 = 11 const int G1024x768x256 = 12 const int G1280x1024x256 = 13 /* Additional modes. */ const int G320x200x32K = 14 const int G320x200x64K = 15 const int G320x200x16M = 16 const int G640x480x32K = 17 const int G640x480x64K = 18 const int G640x480x16M = 19 const int G800x600x32K = 20 const int G800x600x64K = 21 const int G800x600x16M = 22 const int G1024x768x32K = 23 const int G1024x768x64K = 24 const int G1024x768x16M = 25 const int G1280x1024x32K = 26 const int G1280x1024x64K = 27 const int G1280x1024x16M = 28 const int G800x600x16 = 29 const int G1024x768x16 = 30 const int G1280x1024x16 = 31 const int G720x348x2 = 32 /* Hercules emulation mode */ const int G320x200x16M32 = 33 /* 32-bit per pixel modes. */ const int G640x480x16M32 = 34 const int G800x600x16M32 = 35 const int G1024x768x16M32 = 36 const int G1280x1024x16M32 = 37 /* additional resolutions */ const int G1152x864x16 = 38 const int G1152x864x256 = 39 const int G1152x864x32K = 40 const int G1152x864x64K = 41 const int G1152x864x16M = 42 const int G1152x864x16M32 = 43 const int G1600x1200x16 = 44 const int G1600x1200x256 = 45 const int G1600x1200x32K = 46 const int G1600x1200x64K = 47 const int G1600x1200x16M = 48 const int G1600x1200x16M32 = 49 const int G320x240x256V = 50 const int G320x240x32K = 51 const int G320x240x64K = 52 const int G320x240x16M = 53 const int G320x240x16M32 = 54 const int G400x300x256 = 55 const int G400x300x32K = 56 const int G400x300x64K = 57 const int G400x300x16M = 58 const int G400x300x16M32 = 59 const int G512x384x256 = 60 const int G512x384x32K = 61 const int G512x384x64K = 62 const int G512x384x16M = 63 const int G512x384x16M32 = 64 const int G960x720x256 = 65 const int G960x720x32K = 66 const int G960x720x64K = 67 const int G960x720x16M = 68 const int G960x720x16M32 = 69 const int G1920x1440x256 = 70 const int G1920x1440x32K = 71 const int G1920x1440x64K = 72 const int G1920x1440x16M = 73 const int G1920x1440x16M32 = 74 #endif /* VGA_H */ |