b28a6bcf29
Signed-off-by: kaguya3311 <kaguya3311@national.shitposting.agency>
25 lines
579 B
Plaintext
25 lines
579 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():/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():/ramdisk.tar |