1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/sysdata/system_config.toml

32 lines
691 B
TOML
Raw Normal View History

2024-01-18 08:36:24 +00:00
[boot]
[boot.limine]
default_entry = 1
timeout = 0
2024-07-06 16:23:44 +00:00
verbose = false
2024-01-18 08:36:24 +00:00
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]
2024-06-14 16:48:53 +00:00
[boot.limine.ableos.modules.tests]
path = "boot:///tests.hbf"
2024-06-14 16:48:53 +00:00
2024-07-06 14:24:23 +00:00
# [boot.limine.ableos.modules.diskio_driver]
# path = "boot:///diskio_driver.hbf"
2024-06-14 16:48:53 +00:00
2024-07-17 00:28:04 +00:00
[boot.limine.ableos.modules.fb_driver]
path = "boot:///fb_driver.hbf"
[boot.limine.ableos.modules.time_driver]
2024-07-19 10:47:59 +00:00
path = "boot:///time_driver.hbf"