mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
13 lines
402 B
INI
13 lines
402 B
INI
# Timeout in seconds that Limine will wait before automatically booting.
|
|
TIMEOUT=3
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
|
:BrewOS
|
|
# We use the Limine boot protocol.
|
|
PROTOCOL=limine
|
|
|
|
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
|
KERNEL_PATH=boot:///brewos.elf
|
|
|
|
#FRAMEBUFFER_WIDTH=1280
|
|
#FRAMEBUFFER_HEIGHT=720
|