mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 04:52:48 +01:00
afaef
This commit is contained in:
parent
5fcdaebe0a
commit
bcf00b0e26
@ -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
|
||||
|
||||
------------------------------------- Стадия стартовой загрузки всего необходимого -------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user