]> xenbits.xensource.com Git - seabios.git/commit
Use the e-segment instead of the 9-segment for bios "low mem".
authorKevin O'Connor <kevin@koconnor.net>
Sun, 13 May 2012 03:49:33 +0000 (23:49 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 14 May 2012 03:13:54 +0000 (23:13 -0400)
commit9c98517c938d20c38f537d516c71b30bb60c3ea0
tree16832e16880eda2b11985818bd399693df29ac24
parentb8fcf46826e77c835da0ad8127a17895bb2e2fca
Use the e-segment instead of the 9-segment for bios "low mem".

Use the e-segment for ZoneLow allocations.  There is plenty of
e-segment space (there has been since SeaBIOS supported code
relocation), while using the 9-segment space can impact old real-mode
applications.

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