[SeaBIOS] [PATCH RFC 6/7] Partially implement VBE interface, create VBE driver skeleton

Julian Pidancet julian.pidancet at gmail.com
Sat Dec 17 17:15:11 CET 2011


On Sat, Dec 17, 2011 at 4:00 PM, Kevin O'Connor <kevin at koconnor.net> wrote:
> On Fri, Dec 16, 2011 at 02:15:12PM +0000, Julian Pidancet wrote:
> [...]
>> +struct CRTCInfoBlock
>> +{
>> +    u16 horiz_total;
>> +    u16 horiz_sync_start;
>> +    u16 horiz_sync_end;
>> +    u16 vert_total;
>> +    u16 vert_sync_start;
>> +    u16 vert_sync_end;
>> +    u8  flags;
>> +    u32 pixclock;
>
> Won't all these structs need to be declared as PACKED?
>

You're right, my bad.

-- 
Julian



More information about the SeaBIOS mailing list