1
0
Fork 0
forked from AbleOS/ableos
ableos_time/base/boot/limine.cfg

23 lines
568 B
INI
Raw Normal View History

${ABLEOS_KERNEL}=boot:///boot/kernel
# TODO: Make a boot background image for ableOS
# ${WALLPAPER_PATH}=boot:///boot/bg.bmp
DEFAULT_ENTRY=1
TIMEOUT=3
VERBOSE=yes
2022-11-24 13:20:16 +00:00
INTERFACE_RESOLUTION=800x600
# Terminal related settings
# TERM_WALLPAPER=${WALLPAPER_PATH}
TERM_BACKDROP=008080
:ableOS
COMMENT=Default ableOS boot entry.
PROTOCOL=limine
KERNEL_PATH=${ABLEOS_KERNEL}
KERNEL_CMDLINE=
2022-11-24 13:20:16 +00:00
# Setting a default resolution for the framebuffer
RESOLUTION=800x600x24
2022-12-06 19:24:04 +00:00
2022-12-08 20:12:33 +00:00
MODULE_PATH=boot:///boot/initramfs.tar
2022-12-06 19:24:04 +00:00
MODULE_CMDLINE=This is the first module.