forked from koniifer/ableos
23 lines
505 B
TOML
23 lines
505 B
TOML
[boot]
|
|
[boot.limine]
|
|
default_entry = 1
|
|
timeout = 0
|
|
verbose = true
|
|
interface_resolution = "1024x768x24"
|
|
# Terminal related settings
|
|
term_wallpaper = "boot:///background.bmp"
|
|
term_background = "008080"
|
|
|
|
[boot.limine.ableos]
|
|
comment = "Default AbleOS boot entry."
|
|
protocol = "limine"
|
|
kernel_path = "boot:///kernel_${ARCH}"
|
|
kernel_cmdline = ""
|
|
resolution = "1024x768x24"
|
|
|
|
|
|
[boot.limine.ableos.modules]
|
|
[boot.limine.ableos.modules.tests]
|
|
# TODO: Pull from the programs included here
|
|
path = "boot:///tests.hbf"
|