L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
examples/sys/migrate/thread_migrate.cfg

Sample configuration file for the thread migration example.

Sample configuration file for the thread migration example.

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