VirtualBox

Ignore:
Timestamp:
Nov 27, 2019 12:58:03 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135057
Message:

VGABIOS: Video parameter table must be packed, duh. External users (e.g. XENIX) use it directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h

    r82197 r82241  
    7676
    7777/* standard BIOS Video Parameter Table */
     78#pragma pack(push, 1)
    7879typedef struct {
    7980    uint8_t     twidth;
     
    8788    uint8_t     grdc_regs[9];
    8889} VideoParamTableEntry;
     90#pragma pack(pop)
    8991
    9092static VideoParamTableEntry video_param_table[30] = {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette