L4Re - L4 Runtime Environment
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
examples/sys/migrate/thread_migrate.cfg

Sample configuration file for the thread migration example.

-- vim:set ft=lua:
-- The log prefix will be 'migrate', colored green.
L4.default_loader:start({ log = { "migrate", "green" } },
"rom/ex_thread_migrate");
L4Re - L4 Runtime Environment