This commit is contained in:
Igor Timofeev 2016-10-16 17:09:23 +03:00
parent 5fcdaebe0a
commit bcf00b0e26
2 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -88,6 +88,7 @@ local function flashEFI()
local data = ""; local file = io.open("/MineOS/System/OS/EFI.lua", "r"); data = file:read("*a"); file:close()
component.eeprom.set(data)
component.eeprom.setLabel("EEPROM (MineOS EFI)")
component.eeprom.setData(component.filesystem.address)
end
------------------------------------- Стадия стартовой загрузки всего необходимого -------------------------------------