62 lines
1.2 KiB
TOML
62 lines
1.2 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"
|
|
kernel_cmdline = "baka=true foobles=true"
|
|
resolution = "1024x768x24"
|
|
|
|
[repositories]
|
|
core = "https://git.ablecorp.us/AbleOS/core"
|
|
userspace = "https://git.ablecorp.us/AbleOS/ableos_userland"
|
|
|
|
[apps]
|
|
[apps.list_files]
|
|
version = "0.1.1"
|
|
hash = ""
|
|
repo = "userspace"
|
|
|
|
[users.able]
|
|
password_hash = "abc123"
|
|
|
|
[users.able.repositories]
|
|
able_repo = "https://git.ablecorp.us/able/ableos_apps"
|
|
|
|
|
|
[users.able.apps]
|
|
[users.able.apps.able_editor]
|
|
version = "1.0"
|
|
|
|
[users.able.apps.able_editor.plugins.rustfmt]
|
|
version = "1.0"
|
|
hash = ""
|
|
repo = "default"
|
|
[users.able.apps.able_editor.plugins.repositories]
|
|
default = ["https://github.com/able_editor/plugins"]
|
|
|
|
|
|
[users.able.apps.ablecraft]
|
|
version = "0.1.1"
|
|
hash = ""
|
|
repo = "able_repo"
|
|
|
|
# [users.able.apps.ablecraft.configuration]
|
|
[users.able.apps.list_files.configuration]
|
|
use_color = true
|
|
|
|
[users.able.apps.list_files.permissions]
|
|
file_paths = ["/"]
|
|
|
|
[users.chad]
|
|
password_hash = "abc123"
|