mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 14:33:27 +00:00
10 lines
340 B
Text
10 lines
340 B
Text
# Timeout in seconds that Limine will use before automatically booting.
|
|
timeout: 5
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
|
/cowos
|
|
# 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/cowos
|