AAAAAAAAA
This commit is contained in:
parent
137861d5d9
commit
ddd85bdfb1
6
ksrc/bios/zoryalegacy/docs.lua
Normal file
6
ksrc/bios/zoryalegacy/docs.lua
Normal 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
|
||||||
|
]]
|
4
ksrc/bios/zoryaneo/docs.lua
Normal file
4
ksrc/bios/zoryaneo/docs.lua
Normal 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.
|
||||||
|
]]
|
@ -1,5 +1,8 @@
|
|||||||
|
---@module "BIOS fixes"
|
||||||
|
|
||||||
local _biossupport = {}
|
local _biossupport = {}
|
||||||
@[[function biosfix(bios)]]
|
@[[function biosfix(bios)]]
|
||||||
|
--#include @[{"ksrc/bios/"..bios.."/docs.lua"}]
|
||||||
_biossupport["@[{bios}]"] = {
|
_biossupport["@[{bios}]"] = {
|
||||||
quirks = function()
|
quirks = function()
|
||||||
--#include @[{"ksrc/bios/"..bios.."/quirks.lua"}]
|
--#include @[{"ksrc/bios/"..bios.."/quirks.lua"}]
|
||||||
|
Loading…
Reference in New Issue
Block a user