aboutsummaryrefslogtreecommitdiff
path: root/boot/mbs.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-06-16 15:09:43 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-06-16 15:09:43 -0400
commit1fd3cd3305990d045106b015a26e8ffcc0f592d0 (patch)
treeffcfd4731921c0e83998cdf032c1da97867a35a7 /boot/mbs.lua
parentfc49ea175aae2d292fbc87c5b019a1bb28f21c69 (diff)
downloadbits-UI-1fd3cd3305990d045106b015a26e8ffcc0f592d0.tar.gz
bits-UI-1fd3cd3305990d045106b015a26e8ffcc0f592d0.tar.bz2
bits-UI-1fd3cd3305990d045106b015a26e8ffcc0f592d0.zip
New bootloader
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