2023-04-26 14:33:40 -05:00
|
|
|
[boot]
|
2023-05-23 04:26:32 -05:00
|
|
|
# This package must be installed system wide
|
|
|
|
init = "init_server"
|
2023-06-13 21:03:09 -05:00
|
|
|
|
|
|
|
|
2023-04-26 14:33:40 -05:00
|
|
|
[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"
|
|
|
|
kernel_cmdline = "baka=false foobles=true"
|
|
|
|
resolution = "1024x768x24"
|
|
|
|
|
|
|
|
[repositories]
|
|
|
|
core = "https://git.ablecorp.us/AbleOS/core"
|
|
|
|
userspace = "https://git.ablecorp.us/AbleOS/ableos_userland"
|
|
|
|
|
|
|
|
|
|
|
|
[packages]
|
2023-05-23 04:26:32 -05:00
|
|
|
[packages.init_server]
|
|
|
|
version = "1.0"
|
2023-04-26 14:33:40 -05:00
|
|
|
hash = ""
|
2023-05-23 04:26:32 -05:00
|
|
|
repo = "core"
|