radix-old/limine.cfg

20 lines
570 B
INI
Raw Normal View History

2022-03-26 17:54:00 +13:00
# Timeout in seconds that Limine will use before automatically booting.
TIMEOUT=3
2023-03-31 08:50:31 +13:00
# The entry name that will be displayed in the boot menu.
2023-07-08 02:03:10 +12:00
:Limine Barebones (KASLR on)
2023-03-31 08:50:31 +13:00
# We use the Limine boot protocol.
2022-08-29 20:49:27 +12: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.
KERNEL_PATH=boot:///kernel.elf
2023-06-28 22:44:09 +12:00
2023-07-08 02:03:10 +12:00
# Same thing, but without KASLR.
:Limine Barebones (KASLR off)
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
2023-06-28 22:44:09 +12:00
KERNEL_PATH=boot:///kernel.elf