ableos/sysdata/system_config.toml

49 lines
1.2 KiB
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
2024-07-25 14:28:56 +00:00
# [boot.limine.ableos.modules.tests]
# path = "boot:///tests.hbf"
# [boot.limine.ableos.modules.0serial_driver]
# path = "boot:///serial_driver.hbf"
# [boot.limine.ableos.modules.diskio_driver]
# path = "boot:///diskio_driver.hbf"
2024-06-14 16:48:53 +00:00
# [boot.limine.ableos.modules.render_example]
# path = "boot:///render_example.hbf"
2024-08-19 18:13:58 +00:00
# [boot.limine.ableos.modules.serial_driver_test]
# path = "boot:///serial_driver_test.hbf"
2024-09-13 21:40:05 +00:00
2024-09-14 08:51:57 +00:00
# [boot.limine.ableos.modules.horizon]
# path = "boot:///horizon.hbf"
2024-09-13 21:40:05 +00:00
2024-09-14 08:51:57 +00:00
# [boot.limine.ableos.modules.horizon_testing_program]
# path = "boot:///horizon_testing_program.hbf"
2024-09-13 23:11:23 +00:00
# [boot.limine.ableos.modules.dt_buffer_test]
# path = "boot:///dt_buffer_test.hbf"
2024-09-14 08:51:57 +00:00
[boot.limine.ableos.modules.svga_driver]
path = "boot:///svga_driver.hbf"
2024-09-17 01:59:24 +00:00
[boot.limine.ableos.modules.pumpkin_print]
path = "boot:///pumpkin_print.hbf"