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.
|
2022-03-26 05:54:00 +01:00
|
|
|
:Limine Barebones
|
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
|
|
|
|
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
|