aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/stdvga.h
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/stdvga.h')
-rw-r--r--vgasrc/stdvga.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/vgasrc/stdvga.h b/vgasrc/stdvga.h
index 0a99d37..735022c 100644
--- a/vgasrc/stdvga.h
+++ b/vgasrc/stdvga.h
@@ -45,12 +45,13 @@
#define SEG_MTEXT 0xB000
struct vgamode_s {
- u8 svgamode;
- u8 memmodel; /* CTEXT,MTEXT,CGA,PL1,PL2,PL4,P8,P15,P16,P24,P32 */
- u8 twidth;
- u8 theight;
+ u16 mode;
+ u8 memmodel;
+ u16 width;
+ u16 height;
+ u8 depth;
+ u8 cwidth;
u8 cheight;
- u8 pixbits;
u16 sstart;
u16 slength;