Clarify build generated "zone low" values.
commitc924344e18e9af9156b0caddcd669ab0961a99eb
authorKevin O'Connor <kevin@koconnor.net>
Sun, 17 Feb 2013 18:58:28 +0000 (17 13:58 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 17 Feb 2013 18:58:28 +0000 (17 13:58 -0500)
tree7d1f666254032e1469bd16d60af9d0b578f66a0e
parent89efc93cceddf71a8455d75356991eaa08508d48
Clarify build generated "zone low" values.

Rename datalow_base (and similar) to zonelow_base, and datalow_start
(and similar) to varlow_start.  This helps distinguish between the
bounds for the runtime dynamic memory pool and the compile time global
variables.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/biosvar.h
src/pmm.c
src/post.c
src/romlayout.S
src/types.h
tools/layoutrom.py