commit | fc76839b6b7bb0380ca89b0fbb25bf63a8c62e1b | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed May 09 15:59:32 2018 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed May 09 16:36:36 2018 -0700 |
tree | 951ee9407af6918866286098d302e71a12d62d7b | |
parent | 77c0456d002e7e06eab32838d4f7ec574681527c [diff] |
x86: grant user mode access to newlib heap Newlib uses any RAM between _end and the bounds of physical RAM for the _sbrk() heap. Set up a user-writable region so that this works properly on x86. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>