forked from AbleOS/ableos
23 lines
575 B
INI
23 lines
575 B
INI
${ABLEOS_KERNEL}=boot:///kernel
|
|
# TODO: Make a boot background image for ableOS
|
|
|
|
DEFAULT_ENTRY=1
|
|
TIMEOUT=0
|
|
VERBOSE=yes
|
|
INTERFACE_RESOLUTION=1024x768
|
|
# Terminal related settings
|
|
TERM_WALLPAPER=boot:///background.bmp
|
|
TERM_BACKDROP=008080
|
|
|
|
:AbleOS
|
|
COMMENT=Default AbleOS boot entry.
|
|
PROTOCOL=limine
|
|
KERNEL_PATH=${ABLEOS_KERNEL}
|
|
KERNEL_CMDLINE="baka=false foobles=true"
|
|
# KERNEL_CMDLINE=""
|
|
# Setting a default resolution for the framebuffer
|
|
RESOLUTION=1024x768x24
|
|
|
|
# MODULE_PATH=boot:///boot/fs.wasm
|
|
# MODULE_CMDLINE=This is the first module.
|