From a405ec93546b95c2369ec9069b3616944d785198 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Nov 2020 12:53:40 -0500 Subject: Possible new app system?; Changed copyright; Some fixes --- boot/ccboot/boot.lua | 2 +- boot/ccboot/ccboot.cfg | 3 ++- boot/mbs.lua | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'boot') 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) -- cgit v1.2.3