From ddd85bdfb137090330df04823c4448493771eb25 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 11 May 2020 17:35:07 -0400 Subject: [PATCH] AAAAAAAAA --- ksrc/bios/zoryalegacy/docs.lua | 6 ++++++ ksrc/bios/zoryaneo/docs.lua | 4 ++++ ksrc/biosfixes.lua | 3 +++ ksrc/execs/velx_spec/tsar.lua | 0 4 files changed, 13 insertions(+) create mode 100644 ksrc/bios/zoryalegacy/docs.lua create mode 100644 ksrc/bios/zoryaneo/docs.lua delete mode 100644 ksrc/execs/velx_spec/tsar.lua 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