mirror of
https://github.com/limine-bootloader/limine-c-template
synced 2025-09-30 23:03:22 +02:00
10 lines
351 B
Text
10 lines
351 B
Text
# Timeout in seconds that Limine will use before automatically booting.
|
|
timeout: 3
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
|
/Limine Template
|
|
# 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
|