L4Re - L4 Runtime Environment
Main Page
Related Pages
Modules
Namespaces
Data Structures
Examples
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