VESA Video Modes: Difference between revisions

[unchecked revision][unchecked revision]
m (Convert to standard ISO data types)
Line 13:
uint16_t VideoModePtr[2]; // isa vbeFarPtr
uint16_t TotalMemory; // as # of 64KB blocks
} __attribute__((packed));
};
 
VbeInfoBlock *vib = dos_alloc(512);
Line 47:
uint32_t reserved1;
uint16_t reserved2;
} __attribute__((packed));
};
</source>
 
Anonymous user