refactor(bios): 移除启动时的冗余打印信息

移除LeonBIOS启动时不必要的打印信息,简化启动流程
This commit is contained in:
2025-09-01 09:53:27 +08:00
parent cc7f1d5233
commit 67db75b213

View File

@@ -1,6 +1,4 @@
_G._HOST = _G._HOST .. " (LeonOS 0.1.2)"
print("LeonBIOS")
print("Starting...")
local fs = rawget(_G, "fs")
_G._RC_ROM_DIR = _RC_ROM_DIR or (...) and fs.exists("/rc") and "/rc" or "/rom"