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 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'boot/ccboot') 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 -- cgit v1.2.3