aboutsummaryrefslogtreecommitdiff
path: root/boot/mbs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'boot/mbs.lua')
-rw-r--r--boot/mbs.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/mbs.lua b/boot/mbs.lua
new file mode 100644
index 0000000..a80ee70
--- /dev/null
+++ b/boot/mbs.lua
@@ -0,0 +1,5 @@
+assert(loadfile("/.mbs/bin/mbs.lua", _ENV))('startup')
+term.setTextColor(16)
+print(os.version() .. " (+MBS)")
+term.setCursorPos(1,2)
+term.setTextColor(1) \ No newline at end of file