On Wed, Jun 02, 2021 at 11:31:46AM -0400, Kevin O'Connor wrote:
On Mon, May 31, 2021 at 07:55:28AM +0200, Gerd Hoffmann wrote:
BUILD_MIN_BIOSTABLE reserves space in the f-segment. Some data structures -- for example disk drives known to seabios -- must be stored there, so the space available here limits the number of devices seabios is able to manage.
This patch sets BUILD_MIN_BIOSTABLE to 8k for bios images being 256k or larger in size. 32bit code is moved off in that case, so we have more room in the f-segment then.
Thanks. Looks good to me.
Pushed.
take care, Gerd