forked from koniifer/ableos
32 lines
691 B
TOML
32 lines
691 B
TOML
[boot]
|
|
[boot.limine]
|
|
default_entry = 1
|
|
timeout = 0
|
|
verbose = false
|
|
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]
|
|
path = "boot:///tests.hbf"
|
|
|
|
# [boot.limine.ableos.modules.diskio_driver]
|
|
# path = "boot:///diskio_driver.hbf"
|
|
|
|
[boot.limine.ableos.modules.fb_driver]
|
|
path = "boot:///fb_driver.hbf"
|
|
|
|
[boot.limine.ableos.modules.time_driver]
|
|
path = "boot:///time_driver.hbf"
|