1
0
Fork 0
forked from AbleOS/ableos

update the limine CFG

This commit is contained in:
able 2023-10-29 08:41:20 -05:00
parent 080bb8b188
commit 94569624f6

View file

@ -14,12 +14,12 @@ TERM_BACKDROP=008080
PROTOCOL=limine PROTOCOL=limine
KERNEL_PATH=${ABLEOS_KERNEL}_${ARCH} KERNEL_PATH=${ABLEOS_KERNEL}_${ARCH}
# execute is an array of boot modules to execute # execute is an array of boot modules to execute
KERNEL_CMDLINE="execute=[0,1]" KERNEL_CMDLINE=""
# Setting a default resolution for the framebuffer # Setting a default resolution for the framebuffer
RESOLUTION=1024x768x24 RESOLUTION=1024x768x24
MODULE_PATH=boot:///failure.hbf MODULE_PATH=boot:///failure.hbf
MODULE_CMDLINE="diskid=123456789" MODULE_CMDLINE=""
MODULE_PATH=boot:///ecall.hbf MODULE_PATH=boot:///ecall.hbf
MODULE_CMDLINE="" MODULE_CMDLINE=""