Ollie Lho <[EMAIL PROTECTED]> writes:
> "Eric W. Biederman" wrote:
> >
> >
> > I discovered that we appear to have been allocating our data segment
> > at 0x50000-0x???? while allocating our heap at 0x30000-0x70000 which
> > might be the cause of some problems.
> >
>
> AFAIK,
>
> Data Segment ==> 0x05000 - 0x10000
> Malloc Heap ==> 0x30000 - 0x70000
> LinuxBIOS Shadow ==> 0x80000 - 0x90000
Hmm I think I slipped a digit while I was reading the addresses.
Still the locations were terribly unclear.
Eric