mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Merge branch 'master' of https://github.com/IgorTimofeev/MineOS
This commit is contained in:
commit
86855ed96f
2
OS.lua
2
OS.lua
@ -2,7 +2,7 @@
|
||||
---------------------------------------- System initialization ----------------------------------------
|
||||
|
||||
-- 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)
|
||||
function dofile(path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user