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

64 lines
1.6 KiB
TOML
Raw Permalink Normal View History

2024-01-18 02:36:24 -06:00
[boot]
[boot.limine]
default_entry = 1
timeout = 0
2024-07-06 11:23:44 -05:00
verbose = false
interface_resolution = "1600x900x24"
2024-10-12 15:39:09 -05:00
# interface_resolution = "640x480x32"
2024-01-18 02:36:24 -06:00
# Terminal related settings
# term_wallpaper = "boot:///background.bmp"
term_wallpaper = "boot:///empty-background.bmp"
2024-01-18 02:36:24 -06:00
term_background = "008080"
[boot.limine.ableos]
comment = "Default AbleOS boot entry."
protocol = "limine"
kernel_path = "boot:///kernel_${ARCH}"
kernel_cmdline = ""
2024-10-12 15:39:09 -05:00
# resolution = "640x480x32"
resolution = "1600x900x24"
2024-01-18 02:36:24 -06:00
[boot.limine.ableos.modules]
2024-06-14 11:48:53 -05:00
2024-10-19 10:35:20 -05:00
# [boot.limine.ableos.modules.tests]
# path = "boot:///tests.hbf"
2024-09-21 19:20:38 -05:00
# [boot.limine.ableos.modules.serial_driver]
# path = "boot:///serial_driver.hbf"
# [boot.limine.ableos.modules.diskio_driver]
# path = "boot:///diskio_driver.hbf"
2024-06-14 11:48:53 -05:00
2024-10-20 07:18:16 -05:00
# [boot.limine.ableos.modules.render_example]
# path = "boot:///render_example.hbf"
2024-08-19 13:13:58 -05:00
# [boot.limine.ableos.modules.serial_driver_test]
# path = "boot:///serial_driver_test.hbf"
2024-09-13 16:40:05 -05:00
# [boot.limine.ableos.modules.horizon]
# path = "boot:///horizon.hbf"
2024-09-13 16:40:05 -05:00
# [boot.limine.ableos.modules.horizon_testing_program]
# path = "boot:///horizon_testing_program.hbf"
2024-09-13 18:11:23 -05:00
# [boot.limine.ableos.modules.dt_buffer_test]
# path = "boot:///dt_buffer_test.hbf"
2024-09-14 03:51:57 -05:00
2024-09-21 19:20:38 -05:00
# [boot.limine.ableos.modules.svga_driver]
# path = "boot:///svga_driver.hbf"
2024-09-16 20:59:24 -05:00
2024-10-12 15:39:09 -05:00
# [boot.limine.ableos.modules.ps2_driver]
# path = "boot:///ps2_driver.hbf"
2024-09-17 19:26:37 -05:00
2024-09-17 12:08:19 -05:00
# [boot.limine.ableos.modules.filesystem_fat32]
# path = "boot:///filesystem_fat32.hbf"
2024-09-18 03:40:25 -05:00
2024-09-17 12:08:19 -05:00
# [boot.limine.ableos.modules.pumpkin_print]
# path = "boot:///pumpkin_print.hbf"
2024-10-20 07:18:16 -05:00
[boot.limine.ableos.modules.mouse_driver]
path = "boot:///mouse_driver.hbf"
[boot.limine.ableos.modules.mouse_test]
path = "boot:///mouse_test.hbf"