6 lines
113 B
INI
6 lines
113 B
INI
# this is a configuration to start 'hello'
|
|
|
|
local L4 = require("L4");
|
|
|
|
L4.default_loader:start({}, "rom/hello");
|