]> xenbits.xensource.com Git - seabios.git/commit
Move the 32bit init code to high memory at runtime.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 25 Sep 2010 15:34:06 +0000 (11:34 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 25 Sep 2010 15:34:06 +0000 (11:34 -0400)
commit7f55fd306854cc305cce6f8d8738a14e4ed01999
treed4ba42ac013214c6fb42c9cebc68d20c251423d4
parent025cabd2caa41d567d06a7c43f910621b99e64a4
Move the 32bit init code to high memory at runtime.

Add support for moving the 32bit init code out of the e/f-segments and
into temporary ram.  Update the relocations in the code so that it can
live at its new address.

This frees up memory for other uses in the e/f segments.
src/config.h
src/post.c