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 _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
