mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
22 lines
622 B
INI
22 lines
622 B
INI
# Timeout in seconds that Limine will use before automatically booting.
|
|
TIMEOUT=1
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
|
:ficus (KASLR on)
|
|
# We use the Limine boot protocol.
|
|
PROTOCOL=limine
|
|
|
|
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
|
KERNEL_PATH=boot:///ficus.elf
|
|
MODULE_PATH=boot:///sysroot.tar
|
|
|
|
# Same thing, but without KASLR.
|
|
:ficus (KASLR off)
|
|
PROTOCOL=limine
|
|
|
|
# Disable KASLR (it is enabled by default for relocatable kernels)
|
|
KASLR=no
|
|
|
|
KERNEL_PATH=boot:///ficus.elf
|
|
MODULE_PATH=boot:///sysroot.tar
|