diff --git a/ksrc/bios/zoryalegacy/docs.lua b/ksrc/bios/zoryalegacy/docs.lua new file mode 100644 index 0000000..6d84874 --- /dev/null +++ b/ksrc/bios/zoryalegacy/docs.lua @@ -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 +]] \ No newline at end of file diff --git a/ksrc/bios/zoryaneo/docs.lua b/ksrc/bios/zoryaneo/docs.lua new file mode 100644 index 0000000..f79adc7 --- /dev/null +++ b/ksrc/bios/zoryaneo/docs.lua @@ -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. +]] \ No newline at end of file diff --git a/ksrc/biosfixes.lua b/ksrc/biosfixes.lua index 33b2c6e..fe6ebe8 100644 --- a/ksrc/biosfixes.lua +++ b/ksrc/biosfixes.lua @@ -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"}] diff --git a/ksrc/execs/velx_spec/tsar.lua b/ksrc/execs/velx_spec/tsar.lua deleted file mode 100644 index e69de29..0000000