radix-old/limine.cfg

20 lines
541 B
INI
Raw Normal View History

2022-03-26 05:54:00 +01:00
# Timeout in seconds that Limine will use before automatically booting.
2024-03-02 16:30:50 +13:00
TIMEOUT=0
2022-03-26 05:54:00 +01:00
2023-03-30 21:50:31 +02:00
# The entry name that will be displayed in the boot menu.
2024-03-02 16:30:50 +13:00
#:Limine Template (KASLR on)
2023-03-30 21:50:31 +02:00
# We use the Limine boot protocol.
2024-03-02 16:30:50 +13: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.
2024-03-02 16:30:50 +13:00
# KERNEL_PATH=boot:///kernel
2023-06-28 12:44:09 +02:00
2023-07-07 16:03:10 +02:00
# Same thing, but without KASLR.
2024-03-02 16:30:50 +13:00
:radix
2023-06-28 12:44:09 +02:00
PROTOCOL=limine
2023-07-07 16:03:10 +02:00
# Disable KASLR (it is enabled by default for relocatable kernels)
KASLR=no
KERNEL_PATH=boot:///kernel