2022-03-26 05:54:00 +01:00
|
|
|
# Timeout in seconds that Limine will use before automatically booting.
|
|
|
|
TIMEOUT=3
|
|
|
|
|
2023-03-30 21:50:31 +02:00
|
|
|
# The entry name that will be displayed in the boot menu.
|
2023-06-28 12:44:09 +02:00
|
|
|
:Limine Barebones (KASLR off)
|
2023-03-30 21:50:31 +02:00
|
|
|
# We use the Limine boot protocol.
|
2022-08-29 10:49:27 +02:00
|
|
|
PROTOCOL=limine
|
2022-03-26 05:54:00 +01:00
|
|
|
|
2023-06-28 12:44:09 +02:00
|
|
|
# Disable KASLR (it is enabled by default for relocatable kernels)
|
|
|
|
KASLR=no
|
|
|
|
|
2022-08-29 10:49:27 +02:00
|
|
|
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
|
|
|
KERNEL_PATH=boot:///kernel.elf
|
2023-06-28 12:44:09 +02:00
|
|
|
|
|
|
|
# Same thing, but with KASLR.
|
|
|
|
:Limine Barebones (KASLR on)
|
|
|
|
PROTOCOL=limine
|
|
|
|
|
|
|
|
KERNEL_PATH=boot:///kernel.elf
|