radix-old/limine.cfg

20 lines
541 B
INI
Raw Permalink Normal View History

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