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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/ccboot/boot.lua') 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; -- cgit v1.2.3