gila/configs/limine.conf
August df5208827c
Some checks failed
Continuous Integration / Check (push) Failing after 50s
Continuous Integration / Clippy (push) Failing after 49s
Debugging triple fault
2026-07-03 03:09:37 +00:00

32 lines
825 B
Plaintext

timeout: 2
wallpaper: boot():/wallpaper.png
wallpaper_style: centered
default_entry: Gila/Trace
serial: yes
/+Gila
comment: The Gila microkernel.
//Trace
protocol: limine
kernel_path: boot():/boot/${ARCH}/kernel
cmdline: -loglevel=Trace -logdev=display,serial
module_path: boot():/boot/${ARCH}/userboot.bin
kaslr: no
randomize_hhdm_base: no
//Info
protocol: limine
kernel_path: boot():/boot/${ARCH}/kernel
cmdline: -loglevel=Info -logdev=display,serial
module_path: boot():/boot/${ARCH}/userboot.bin
kaslr: no
randomize_hhdm_base: no
//Warn
protocol: limine
kernel_path: boot():/boot/${ARCH}/kernel
cmdline: -loglevel=Warning -logdev=display,serial
module_path: boot():/boot/${ARCH}/userboot.bin
kaslr: no
randomize_hhdm_base: no