From 31543772fbacd24cefb83b6e9581070a10fe8e2d Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 27 Oct 2015 13:38:14 +0300 Subject: [PATCH] Cyka --- Applications/init.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Applications/init.lua b/Applications/init.lua index 4a314b89..ac4a37b9 100644 --- a/Applications/init.lua +++ b/Applications/init.lua @@ -180,8 +180,6 @@ do runlevel = 1 end -status("Initializing custom libraries...") - --Загружаем необходимые библиотеки, дабы избежать потерь памяти _G._OSLANGUAGE = require("System/OS/Language") _G.ecs = require("ECSAPI") @@ -203,12 +201,7 @@ if component.isAvailable("modem") then component.modem.open(512) end --Сообщаем системе, что все прогружено и готово к работе --Хз, так надо просто. Не ебись computer.pushSignal("init") -os.sleel(0.2) - ---Очищаем экран и запускаем ОС --- ecs.clearScreen() --- ecs.setScale(1) --- shell.execute("OS.lua") +os.sleep(0.2) local function motd() local f = io.open("/etc/motd") @@ -225,7 +218,6 @@ local function motd() end end - while true do component.gpu.setBackground(backgroundColor) component.gpu.setForeground(foregroundColor)