gila/configs/limine.conf
August 7efb4ee901
Some checks failed
Continuous Integration / Clippy (push) Waiting to run
Continuous Integration / Check (push) Has been cancelled
Try spawning a process (doesn't work)
2026-07-02 02:52:52 +00:00

32 lines
831 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: yes
randomize_hhdm_base: yes
//Info
protocol: limine
kernel_path: boot():/boot/${ARCH}/kernel
cmdline: -loglevel=Info -logdev=display,serial
module_path: boot():/boot/${ARCH}/userboot.bin
kaslr: yes
randomize_hhdm_base: yes
//Warn
protocol: limine
kernel_path: boot():/boot/${ARCH}/kernel
cmdline: -loglevel=Warning -logdev=display,serial
module_path: boot():/boot/${ARCH}/userboot.bin
kaslr: yes
randomize_hhdm_base: yes