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

Kevin O'Connor kevin at koconnor.net
Sat Dec 17 17:00:39 CET 2011


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?

-Kevin



More information about the SeaBIOS mailing list