]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/conf/test/simple.cfg
Update
[l4.git] / l4 / conf / test / simple.cfg
diff --git a/l4/conf/test/simple.cfg b/l4/conf/test/simple.cfg
new file mode 100644 (file)
index 0000000..bfbf741
--- /dev/null
@@ -0,0 +1,8 @@
+-- vim:set ft=lua:
+
+-- Simple configuration that starts exactly one server.
+
+local L4 = require("L4");
+
+L4.default_loader:start({}, "rom/" .. TEST_PROG);
+