This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Re: Is there any issue with eCOS running on 512 or 1GB ofmemory


"Domegan, Patrick" <Patrick.Domegan@amd.com> writes:

> Andrew,
> 
> Sorry I mean MIPS core, specifically MIPS 4KEc

In the case of MIPS you will have to deal with the kseg0/1 segment
size limits. From memory these are limited to 512MB. So if you have
more RAM, you would have to set up the MMU to map the excess into
useg. eCos generally doesn't use the MMU in MIPS targets, so there is
little example code, but you should be able to map everything using
one or two TLB entries.


-- 
Nick Garnett                                      eCos Kernel Architect
eCosCentric Limited    http://www.eCosCentric.com      The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.     Tel: +44 1223 245571
Registered in England and Wales:                        Reg No: 4422071


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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