This commit is contained in:
IgorTimofeev 2022-07-09 18:21:53 +03:00
commit 86855ed96f

2
OS.lua
View File

@ -2,7 +2,7 @@
---------------------------------------- System initialization ---------------------------------------- ---------------------------------------- System initialization ----------------------------------------
-- Obtaining boot filesystem component proxy -- Obtaining boot filesystem component proxy
local bootFilesystemProxy = component.proxy(component.proxy(component.list("eeprom")()).getData()) local bootFilesystemProxy = component.proxy(component.invoke(component.list("eeprom")(), "getData"))
-- Executes file from boot HDD during OS initialization (will be overriden in filesystem library later) -- Executes file from boot HDD during OS initialization (will be overriden in filesystem library later)
function dofile(path) function dofile(path)