Re: IRQ request from server to client and server.loop()
cem akpolat <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On 21 Dec 2013, at 00:19, Adam Lackorzynski <[email protected]> wrote: > On Fri Dec 20, 2013 at 11:57:48 +0100, cem akpolat wrote: >> I habe already tried to run the example locating under >> examples/lib/shmc, however, somehow the compiled code could’n be >> loaded by ned. It is printed out Ned: loading file: ‘rom/shmc.lua’ and >> stays there. I have thought that it might be possible that I don’t >> give the right parameter in the lua script, but there is actually one >> parameter to given is the name of the compiled file which is >> “rom/ex_shmc”. Should I add some other parameters or the problem could >> be related to other things? > > Mine looks like this: > L4.default_loader:start({caps = { testshm = l:create_namespace({}):m("rw") }}, "rom/ex_shmc"); > Maybe that makes it work? > Thank you so much Adam, it works like a charm :). > > Adam > -- > Adam [email protected] > Lackorzynski http://os.inf.tu-dresden.de/~adam/