On Sat, Dec 17, 2011 at 4:00 PM, Kevin O'Connor <[email protected]> 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 _______________________________________________ SeaBIOS mailing list [email protected] http://www.seabios.org/mailman/listinfo/seabios
