Re: Requesting advice on weather to use L4Linux or Wombat
"ernesto bascon" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Robert: L4 is a microkernel specification; there are two main implementations of that specification: Fiasco and L4Ka::Pistachio; as long as I know, Fiasco implements an older specification of L4. On top of Fiasco, there is L4Env that is a set of libraries to turn the work with the kernel easier, and on top of L4Env is L4Linux... The same thing happens with Pistachio, on top of Pistachio there is Kenge (a set of libaries to make the work easier), on top of Kenge is Iguana (an OS personality that provides a set of services to enable the developer to work with memory management, process protection, etc.); and on top of Iguana is Wombat. That's all I can say you... I do not know what implementation is better and why, but Fiasco/L4Env/L4Linux are easier to build (they use standard CVS and make tools); Pistachio/Kenge/Iguana/Wombat use Bazaar and SCons. Regards, Ernesto On 06/11/06, Robert Gubler <[email protected]> wrote: > Hello, > > I am new to both L4Linux and Wombat. I'd like to be able to run at least > two instances of Linux on an embedded device (specifically an Xscale based > gumstix). Originally I was looking at Wombat; it seems to do everything I > want. > > My understanding is that one of the lower layers underneath Wombat is L4. > Is this not the same L4 that L4Linux is using? > > It looks like L4Linux supports an Xscale processor (and a good handful other > processor types), but the front page of the L4Linux site seems to suggest I > should use Wombat for embedded projects. Why? > > Are there advantages / disadvantages to either? > > Thanks in advance, > > Rob > >