2023-01-06 18:57:20 -06:00
|
|
|
${ABLEOS_KERNEL}=boot:///kernel
|
2022-08-18 04:16:37 -05:00
|
|
|
# TODO: Make a boot background image for ableOS
|
|
|
|
|
|
|
|
DEFAULT_ENTRY=1
|
|
|
|
TIMEOUT=3
|
|
|
|
VERBOSE=yes
|
2023-01-19 16:30:45 -06:00
|
|
|
INTERFACE_RESOLUTION=1024x768
|
2022-08-18 04:16:37 -05:00
|
|
|
# Terminal related settings
|
2023-01-07 16:44:50 -06:00
|
|
|
TERM_WALLPAPER=boot:///background.bmp
|
2022-08-18 04:16:37 -05:00
|
|
|
TERM_BACKDROP=008080
|
|
|
|
|
2023-01-07 17:48:59 -06:00
|
|
|
:AbleOS
|
|
|
|
COMMENT=Default AbleOS boot entry.
|
2022-08-18 04:16:37 -05:00
|
|
|
PROTOCOL=limine
|
|
|
|
KERNEL_PATH=${ABLEOS_KERNEL}
|
|
|
|
KERNEL_CMDLINE=
|
2022-11-24 07:20:16 -06:00
|
|
|
# Setting a default resolution for the framebuffer
|
2023-01-19 16:30:45 -06:00
|
|
|
RESOLUTION=1024x768x24
|
2022-12-06 13:24:04 -06:00
|
|
|
|
2023-01-06 18:57:20 -06:00
|
|
|
# MODULE_PATH=boot:///boot/initrd.tar
|
|
|
|
# MODULE_CMDLINE=This is the first module.
|