From ba11189643001f53a49cb565712cd7d6f7b3b8a8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Nov 2020 14:25:22 -0500 Subject: Added the host information while booting --- System/boot.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'System/boot.lua') 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...") -- cgit v1.2.3