mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Update OS.lua
This commit is contained in:
parent
8f5e89a645
commit
2d39d5e1b7
2
OS.lua
2
OS.lua
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user