[SeaBIOS] [PATCH] don't produce overly large images

Jan Beulich JBeulich at suse.com
Mon Aug 26 10:26:16 CEST 2013


>>> On 24.08.13 at 18:30, Kevin O'Connor <kevin at koconnor.net> wrote:
> On Fri, Aug 23, 2013 at 02:19:07PM +0100, Jan Beulich wrote:
>> In the course of dealing with a problem in Xen's use of SeaBIOS when
>> the resulting image exceeds 128k I found it desirable to not add
>> unnecessarily much padding to the beginning of the image. Going in 64k
>> steps should be sufficient; perhaps one could use even smaller ones,
>> thus increasing the chances of there always being a window of available
>> space at C0000h.
> 
> Older versions of QEMU did not support 192K roms, but it does look
> like the latest version of QEMU does.
> 
> However, SeaBIOS should be managing the space between 0xc0000-0xfffff,
> and SeaBIOS does not care about the padding.  So I'm not sure how this
> patch helps.

As said in the description, I consider it desirable, as the pointless
padding was at least confusing to me. If it being merely cosmetic
makes the patch undesirable to you, I'll have to live with that
(and hope to remember to not be confused the next time I have
to look at the rather difficult to understand build logic).

Jan




More information about the SeaBIOS mailing list