AAAAAAAAA

This commit is contained in:
sam 2020-05-11 17:35:07 -04:00
parent 137861d5d9
commit ddd85bdfb1
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---@method "Zorya 1.x (Zorya Legacy)"
--[[--
Zorya 1.x puts a few things in the global space that need to be removed. These include:
- The OEFI library
- The Zorya library
]]

View File

@ -0,0 +1,4 @@
---@method "Zorya NEO (Zorya 2.0)"
--[[--
There's not much to be done for Zorya NEO as the included Zorya module starts Tsuki with a nice enviroment.
]]

View File

@ -1,5 +1,8 @@
---@module "BIOS fixes"
local _biossupport = {}
@[[function biosfix(bios)]]
--#include @[{"ksrc/bios/"..bios.."/docs.lua"}]
_biossupport["@[{bios}]"] = {
quirks = function()
--#include @[{"ksrc/bios/"..bios.."/quirks.lua"}]