Running a task without region manager
"Stark, Josef" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey,
I am wondering what would happen (i.e. which disadvantages I get) if I tried to run a task directly, without l4re_kernel.
More precisely:
Ned, file lua_exec.cc, line 408: '_l.launch(&am, "rom/l4re", ldr);':
What would happen, if the second argument ("rom/l4re") was replaced by a variable holding the actual binary name that should be started (e.g. "rom/hello"), which thus would be started without l4re?
Best regards,
Josef