On Wed, 2014-05-28 at 09:58 -0400, Kevin O'Connor wrote:
> Is there an advantage to setting this at compile time vs only setting
> these fields during runtime?

No.

> Would this work instead?
> 
>     u32 rommax = rom_get_max();
>     extern u8 final_readonly_start[];
>     csm_compat_table.UmaAddress = rommax;
>     csm_compat_table.UmaSize = (u32)final_readonly_start - rommax;

Yes.

New patch to follow...

-- 
dwmw2

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to