neobbo/limine.conf
2025-11-08 17:05:49 +01:00

20 lines
No EOL
625 B
Text

# Timeout in seconds that Limine will use before automatically booting.
timeout: 0
# The entry name that will be displayed in the boot menu.
/SFB/25 (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():/SFB25.elf
# Same thing, but without KASLR.
/SFB/25 (KASLR off)
# We use the Limine boot protocol.
protocol: limine
kaslr: no
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
kernel_path: boot():/SFB25.elf