finished http implementation working on spm and liveboot env

This commit is contained in:
2026-07-23 14:33:16 -04:00
parent f7b64c11b7
commit 49c9e5e37c
130 changed files with 1128 additions and 635 deletions
@@ -217,7 +217,7 @@ data[".meta"]=strFile(buildMeta({
log="/var/log/syslog.log"
}))
if kernel.EFI:getEEPROM() then
if kernel.EFI.getEEPROM then
function data.eeprom(op, mode)
if op=="type" then
return "character device"
@@ -255,7 +255,7 @@ if kernel.EFI:getEEPROM() then
end
end
if kernel.EFI:getNvram() then
if kernel.EFI.getNvram then
function data.nvram(op, mode)
if op=="type" then
return "character device"