diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-06-16 15:09:43 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-06-16 15:09:43 -0400 |
| commit | 1fd3cd3305990d045106b015a26e8ffcc0f592d0 (patch) | |
| tree | ffcfd4731921c0e83998cdf032c1da97867a35a7 /boot/mbs.lua | |
| parent | fc49ea175aae2d292fbc87c5b019a1bb28f21c69 (diff) | |
| download | bits-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.lua | 5 |
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 |
