ableos/system.toml

30 lines
646 B
TOML
Raw Normal View History

2023-04-26 19:33:40 +00:00
[boot]
2023-05-23 09:26:32 +00:00
# This package must be installed system wide
init = "init_server"
2023-04-26 19:33:40 +00: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 09:26:32 +00:00
[packages.init_server]
version = "1.0"
2023-04-26 19:33:40 +00:00
hash = ""
2023-05-23 09:26:32 +00:00
repo = "core"