Files
KirkOS/limine.conf
T
2026-05-18 04:02:59 -04:00

25 lines
589 B
Plaintext

# Timeout in seconds that Limine will use before automatically booting.
timeout: 5
# The entry name that will be displayed in the boot menu.
/KirkOS
//KirkOS
protocol: limine
kaslr: no
path: boot():/boot/KirkOS
cmdline: kprintf
module_path: boot():/boot/ramdisk.tar
//KirkOS (Panic on deadlock)
protocol: limine
kaslr: no
path: boot():/boot/KirkOS
cmdline: kprintf panic-on-deadlock
module_path: boot():/boot/ramdisk.tar
//KirkOS (NSA is watching me)
protocol: limine
kaslr: yes
path: boot():/boot/KirkOS
cmdline: kprintf dont-trust-cpu-random-seed
module_path: boot():/boot/ramdisk.tar