On Mon, 2005-10-03 at 15:43 +0100, huleslid wrote: > Hi , > > ECos has MMU support . that is it supports flat > address space concept . I have an application that > should have partition that will run its own process > and should not overlap . > > And I think strict usage of MMU is supported by > power pc target . > > I want to know about the more about MMU and how > could i make partitions stricly followed by eCos . and > also any material regarding will also be helpful to > me.
IMO, if you _need_ this, then you should be using Linux, not eCos. The notion of processes and separate (or even protected) address spaces are contrary to the basic [very simple] design of eCos. That said, you could look at the work contributed by 3G Labs a few years ago. It was very ARM specific though, and to make it work on PowerPC would be an effort. See http://ecos.sourceware.org/contrib.html for some details. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
