aboutsummaryrefslogtreecommitdiff
path: root/boot/ccboot/boot.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-15 12:53:40 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-15 12:53:40 -0500
commita405ec93546b95c2369ec9069b3616944d785198 (patch)
tree06645687d143e880ee7ca409ec72270a8832a79b /boot/ccboot/boot.lua
parent1fd3cd3305990d045106b015a26e8ffcc0f592d0 (diff)
downloadbits-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/ccboot/boot.lua')
-rw-r--r--boot/ccboot/boot.lua2
1 files changed, 1 insertions, 1 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;