aboutsummaryrefslogtreecommitdiff
path: root/System
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-15 14:25:22 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-15 14:25:22 -0500
commitba11189643001f53a49cb565712cd7d6f7b3b8a8 (patch)
treea5d02f38ba92f44da24173aac473c9d307927e56 /System
parent4e9920482018b652401ec0629ade381c70ae4d4b (diff)
downloadbits-UI-ba11189643001f53a49cb565712cd7d6f7b3b8a8.tar.gz
bits-UI-ba11189643001f53a49cb565712cd7d6f7b3b8a8.tar.bz2
bits-UI-ba11189643001f53a49cb565712cd7d6f7b3b8a8.zip
Added the host information while booting
Diffstat (limited to 'System')
-rw-r--r--System/boot.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/System/boot.lua b/System/boot.lua
index ef11d60..4b3227f 100644
--- a/System/boot.lua
+++ b/System/boot.lua
@@ -22,6 +22,10 @@ term.setCursorPos(1,1)
print("Starting up bits-UI ".. version .."...")
sleep(1)
+print(_HOST)
+
+sleep(1)
+
if term.isColor() then
term.setTextColor(colors.green)
print("[OK] Advanced Computer is detected...")