LuPPC/src/lua/core/boot.lua

10 lines
130 B
Lua
Raw Normal View History

2016-01-05 04:20:40 +11:00
local boot = {}
function boot.boot()
print("LuPI L2 INIT")
print("FIXME: boot stub")
error("Unable to boot")
end
return boot