diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 12:53:40 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 12:53:40 -0500 |
| commit | a405ec93546b95c2369ec9069b3616944d785198 (patch) | |
| tree | 06645687d143e880ee7ca409ec72270a8832a79b /boot | |
| parent | 1fd3cd3305990d045106b015a26e8ffcc0f592d0 (diff) | |
| download | bits-UI-a405ec93546b95c2369ec9069b3616944d785198.tar.gz bits-UI-a405ec93546b95c2369ec9069b3616944d785198.tar.bz2 bits-UI-a405ec93546b95c2369ec9069b3616944d785198.zip | |
Possible new app system?; Changed copyright; Some fixes
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/ccboot/boot.lua | 2 | ||||
| -rw-r--r-- | boot/ccboot/ccboot.cfg | 3 | ||||
| -rw-r--r-- | boot/mbs.lua | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/boot/ccboot/boot.lua b/boot/ccboot/boot.lua index f094de0..f5d1013 100644 --- a/boot/ccboot/boot.lua +++ b/boot/ccboot/boot.lua @@ -1,6 +1,6 @@ if os.ccboot then term.setTextColor(colors.red); - print("Insufficient memory."); + print("Please reboot if you want to use this bootloader."); error(); end; diff --git a/boot/ccboot/ccboot.cfg b/boot/ccboot/ccboot.cfg index 3c7cbd4..f9cff2f 100644 --- a/boot/ccboot/ccboot.cfg +++ b/boot/ccboot/ccboot.cfg @@ -5,4 +5,5 @@ entry bits-UI;system/boot.lua entry bits-UI Update;system/update.lua entry bits-UI Recovery;system/recovery/main.lua entry CraftOS Regular;rom/programs/shell.lua -entry CraftOS (MBS);boot/mbs.lua
\ No newline at end of file +entry CraftOS (MBS);boot/mbs.lua +entry Shutdown;shutdown
\ No newline at end of file diff --git a/boot/mbs.lua b/boot/mbs.lua index a80ee70..129109f 100644 --- a/boot/mbs.lua +++ b/boot/mbs.lua @@ -2,4 +2,4 @@ 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 +term.setTextColor(1) |
