15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
# Timeout in seconds that Limine will use before automatically booting.
|
|
timeout: 0
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
|
/montaukos
|
|
# We use the Limine boot protocol.
|
|
protocol: limine
|
|
|
|
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
|
|
path: boot():/boot/kernel
|
|
|
|
# Ramdisk module (USTAR tar archive)
|
|
module_path: boot():/boot/ramdisk.tar
|
|
module_string: ramdisk
|