This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: adding user space memory to redboot?


"Bryan D. Payne" wrote:
> 
> > What's your PC memory configuration? The memory map for the redboot on the
> > PC is a bit unorthodox - everything under 640K is reserved for redboot, and
> > everything above 1M can be used for an app.
> 
> The PC is a typical desktop PC...it has 256 MB ram on the system.  But
> redboot is only reporting the following on boot...
> 
> RAM: 0x00000000-0x000a0000, 0x00088900-0x000a0000 available
> 
> >From what I read in the code, this means that the 0x00088900-0x000a0000
> range (i.e., 96,000 bytes) is available to the user apps, which seems kind
> of small.  Specifically, I need a larger chunk of memory that can be used
> by malloc (for elf loading).

No that's because we haven't got any way of exporting disjoint memory
regions from the HAL to RedBoot yet. eCos applications will actually load
above 0x100000.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]