[SeaBIOS] [PATCH] support T13 EDD3.0 spec

Kevin O'Connor kevin at koconnor.net
Thu Jan 6 14:41:11 CET 2011


On Thu, Jan 06, 2011 at 07:09:27AM +0200, Gleb Natapov wrote:
> On Wed, Jan 05, 2011 at 09:32:33PM -0500, Kevin O'Connor wrote:
> > > -        SET_INT13DPT(regs, host_bus[3], 0);
> > > +        SET_INT13DPT(regs, host_bus[3], ' ');
> > 
> > What if we're not in t13 mode?  Should this be:
> >   u8 fillchar = t13 ? ' ' : 0;
> >   SET_INT13DPT(regs, host_bus[3], fillchar);
> > 
> Phoenix does not specify padding. Are you sure phoenix has to have zero
> padding?

I think RBIL documented 0s.  It may not be important.

-Kevin



More information about the SeaBIOS mailing list