grub/kern/powerpc/ieee1275
robertmh c8cc369234 2007-10-07 Robert Millan <rmh@aybabtu.com>
* kern/powerpc/ieee1275/init.c: Rename HEAP_LIMIT to HEAP_MAX_ADDR,
	and make it easier to figure out.
	Add HEAP_MIN_SIZE and HEAP_MAX_ADDR definitions.
	(grub_claim_heap): Use HEAP_MAX_ADDR rather than taking a parameter.
	Do not avoid claiming a region above HEAP_MAX_ADDR if that would
	leave us with less than HEAP_MIN_SIZE total heap.
	Avoid our total amount of heap to surpass HEAP_MAX_SIZE.
2007-10-07 15:32:52 +00:00
..
cmain.c 2007-09-07 Robert Millan <rmh@aybabtu.com> 2007-09-07 21:59:03 +00:00
crt0.S 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
init.c 2007-10-07 Robert Millan <rmh@aybabtu.com> 2007-10-07 15:32:52 +00:00
openfw.c 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 09:05:11 +00:00