v2.8.0 - Added an app for booting to other OSes for computers with Lua BIOS EEPROMs.

This commit is contained in:
Ponali
2025-07-24 11:36:17 +02:00
parent 2a19a70b2a
commit 1427a7a6db
4 changed files with 81 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.7.2"
_G._OSVERSION = "Halyde 2.8.0"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat