51 lines
1.1 KiB
TOML
51 lines
1.1 KiB
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.failure]
|
|
path = "boot:///failure.hbf"
|
|
cmd_line = ""
|
|
|
|
[boot.limine.ableos.modules.ecall]
|
|
path = "boot:///ecall.hbf"
|
|
cmd_line = ""
|
|
|
|
[boot.limine.ableos.modules.sds_test]
|
|
path = "boot:///sds_test.hbf"
|
|
cmd_line = ""
|
|
|
|
[boot.limine.ableos.modules.main]
|
|
path = "boot:///main.hbf"
|
|
cmd_line = ""
|
|
|
|
[boot.limine.ableos.modules.keyboard_driver]
|
|
path = "boot:///keyboard_driver.hbf"
|
|
cmd_line = "arch=${ARCH}"
|
|
|
|
[boot.limine.ableos.modules.vfs_test]
|
|
path = "boot:///vfs_test.hbf"
|
|
cmd_line = ""
|
|
|
|
[boot.limine.ableos.modules.limine_framebuffer_driver]
|
|
path = "boot:///limine_framebuffer_driver.hbf"
|
|
cmd_line = "height=10 width=10 arch=${ARCH}"
|
|
|
|
[boot.limine.ableos.modules.serial_driver]
|
|
path = "boot:///serial_driver.hbf"
|
|
cmd_line = "arch=${ARCH}"
|