Re: Communication between L4Linux tasks and L4re tasks
Adam Lackorzynski <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Wed Feb 13, 2019 at 15:25:53 +0100, Canberk Demirsoy wrote: > I have a simple question regarding the communication of L4Linux and L4re. I > have already read previous entries but could not solve my problem. > > I am able to establish a communication between the tasks in L4re, but what > I need is communication between a task that is running on L4Linux and a > task that is running on L4re. > > How can I do this in simplest way? Any suggestions? In this setting one needs the L4Linux kernel, i.e. the Linux program uses a driver in the L4Linux kernel which then is able to talk to L4Re programs, or other L4Linux kernels. The way L4Linux works does not allow a Linux program to communicate with L4Re programs using L4 mechanisms. Adam