major refactorings
Signed-off-by: kaguya3311 <kaguya3311@national.shitposting.agency>
This commit is contained in:
@@ -2,9 +2,24 @@
|
||||
timeout: 5
|
||||
|
||||
# The entry name that will be displayed in the boot menu.
|
||||
/kirkOS
|
||||
# We use the Limine boot protocol.
|
||||
protocol: limine
|
||||
/KirkOS
|
||||
//KirkOS
|
||||
protocol: limine
|
||||
kaslr: no
|
||||
path: boot():/boot/kirkos
|
||||
cmdline: kprintf
|
||||
module_path: boot():/boot/ramdisk.tar
|
||||
|
||||
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
|
||||
path: boot():/boot/kirkos
|
||||
//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
|
||||
Reference in New Issue
Block a user