Re: dynamic loading
"Stark, Josef" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <0E9B8524CEB45345BDDC5443F04630D10546F13F@BADWLRZ-SWMBX13.ads.mwn.de> |
Hey, >Does L4Re support dynamic loading? Is there an elf loader or shell? If so how do I do it? I want to run directly with L4Re. No l4linux. have a look at Ned's interactive mode, which provides a LUA-shell. You need to change the line ifeq(1,0) in Ned's Makefile to ifeq(1,1) and then recompile. In modules.list, start ned without any argument (e.g. roottask moe --init=rom/ned). You can then enter the same LUA-commands that are used in the config-files. Josef