mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Initial commit
This commit is contained in:
14
iso_root/limine.cfg
Normal file
14
iso_root/limine.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
|
||||
# Set screen resolution to 1920x1080
|
||||
FRAMEBUFFER_WIDTH=1920
|
||||
FRAMEBUFFER_HEIGHT=1080
|
||||
Reference in New Issue
Block a user