[SeaBIOS] Running out of space in e/f-segments

Kevin O'Connor kevin at koconnor.net
Sun Aug 22 19:40:51 CEST 2010


On Sun, Aug 22, 2010 at 08:07:53PM +0300, Avi Kivity wrote:
> I see that ld has some support for overlays, perhaps we can use that?

The overlay support is basically just another way of manipulating the
run-time addresses of the code at build time.  Unfortunately, it can
only specify static addresses, and I don't think there is any safe
static address that can be used (outside of 0xc0000-0xfffff).

-Kevin



More information about the SeaBIOS mailing list