commit | 9c98517c938d20c38f537d516c71b30bb60c3ea0 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat May 12 23:49:33 2012 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 13 23:13:54 2012 -0400 |
tree | 16832e16880eda2b11985818bd399693df29ac24 | |
parent | b8fcf46826e77c835da0ad8127a17895bb2e2fca [diff] |
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>