dynamic loading

Stark, Josef j.stark at tum.de
Wed Oct 15 18:13:16 CEST 2014


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



More information about the l4-hackers mailing list