2024-01-08 15:27:04 +00:00
|
|
|
# Timeout in seconds that Limine will use before automatically booting.
|
|
|
|
TIMEOUT=5
|
|
|
|
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
2024-01-08 15:42:11 +00:00
|
|
|
:KumiOS (KASLR on)
|
2024-01-08 15:27:04 +00:00
|
|
|
# We use the Limine boot protocol.
|
|
|
|
PROTOCOL=limine
|
|
|
|
|
|
|
|
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
2024-01-08 15:42:11 +00:00
|
|
|
KERNEL_PATH=boot:///kumios
|
2024-01-08 15:27:04 +00:00
|
|
|
|
|
|
|
# Same thing, but without KASLR.
|
2024-01-08 15:42:11 +00:00
|
|
|
:KumiOS (KASLR off)
|
2024-01-08 15:27:04 +00:00
|
|
|
PROTOCOL=limine
|
|
|
|
|
|
|
|
# Disable KASLR (it is enabled by default for relocatable kernels)
|
|
|
|
KASLR=no
|
|
|
|
|
2024-01-08 15:42:11 +00:00
|
|
|
KERNEL_PATH=boot:///kumios
|