Files
HyperionOS/Src/Hyperion-kernel/boot/boot.cfg
SpartanSoftware 2a6a11a701 Import
2026-02-20 21:25:55 -06:00

11 lines
314 B
INI

-- DO NOT EDIT THIS FILE IF YOU DO NOT KNOW WHAT YOU ARE DOING!
-- DOING SO MAY RENDER YOUR SYSTEM UNBOOTABLE!
-- This file is auto-generated during the build process.
-- DEFAULT BOOT CONFIGURATION FILE
return {
initPath = "/sbin/init.lua",
maxOpenFiles = 128,
maxFilesPerTask = 16,
preempt=true
}