]> xenbits.xensource.com Git - seabios.git/commit
Allow optionroms and "low mem" to share space.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 21 May 2012 01:11:43 +0000 (21:11 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 21 May 2012 12:48:36 +0000 (08:48 -0400)
commit5e0190817768d656aad987010557a0681624e2b1
tree4bce042c5d64ab14241b182023c1959533b73220
parent4f6563ef1bede5da45d7689c1e599b7ab2c13327
Allow optionroms and "low mem" to share space.

Allow both optionroms and "low mem" allocations to use the e-segment.
(Space is allocated on a "first come, first serve" basis).  This
allows more flexibility in resource assignment.

Also, allow the "low mem" area to use a full 64K.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/config.h
src/optionroms.c
src/pmm.c
src/shadow.c
src/util.h
tools/layoutrom.py