mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-05 07:32:47 +02:00
Update EFI.lua
нос сос насос
This commit is contained in:
@@ -8,8 +8,8 @@ local function init()
|
||||
|
||||
if g and s and e then
|
||||
gpu,ee=pr(g),pr(e)
|
||||
computer.getBootAddress=function() return ee.getData() end
|
||||
computer.setBootAddress=function(address) return ee.setData(address) end
|
||||
cm.getBootAddress=function() return ee.getData() end
|
||||
cm.setBootAddress=function(address) return ee.setData(address) end
|
||||
gpu.bind(s)
|
||||
re={};re.width,re.height=gpu.maxResolution()
|
||||
gpu.setResolution(re.width,re.height)
|
||||
|
||||
Reference in New Issue
Block a user