update the limine CFG
This commit is contained in:
parent
080bb8b188
commit
94569624f6
|
@ -14,12 +14,12 @@ TERM_BACKDROP=008080
|
|||
PROTOCOL=limine
|
||||
KERNEL_PATH=${ABLEOS_KERNEL}_${ARCH}
|
||||
# execute is an array of boot modules to execute
|
||||
KERNEL_CMDLINE="execute=[0,1]"
|
||||
KERNEL_CMDLINE=""
|
||||
# Setting a default resolution for the framebuffer
|
||||
RESOLUTION=1024x768x24
|
||||
|
||||
MODULE_PATH=boot:///failure.hbf
|
||||
MODULE_CMDLINE="diskid=123456789"
|
||||
MODULE_CMDLINE=""
|
||||
|
||||
MODULE_PATH=boot:///ecall.hbf
|
||||
MODULE_CMDLINE=""
|
||||
|
|
Loading…
Reference in a new issue