This commit is contained in:
mintsuki 2023-07-07 16:03:10 +02:00
parent ed5e0fd79c
commit d1f49a3700

View file

@ -2,18 +2,18 @@
TIMEOUT=3
# The entry name that will be displayed in the boot menu.
:Limine Barebones (KASLR off)
:Limine Barebones (KASLR on)
# We use the Limine boot protocol.
PROTOCOL=limine
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
KERNEL_PATH=boot:///kernel.elf
# Same thing, but without KASLR.
:Limine Barebones (KASLR off)
PROTOCOL=limine
# Disable KASLR (it is enabled by default for relocatable kernels)
KASLR=no
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
KERNEL_PATH=boot:///kernel.elf
# Same thing, but with KASLR.
:Limine Barebones (KASLR on)
PROTOCOL=limine
KERNEL_PATH=boot:///kernel.elf