mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
refactor(bios): 移除启动时的冗余打印信息
移除LeonBIOS启动时不必要的打印信息,简化启动流程
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user