forked from AbleOS/ableos
32 lines
679 B
TOML
32 lines
679 B
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=false foobles=true"
|
||
|
resolution = "1024x768x24"
|
||
|
|
||
|
[repositories]
|
||
|
core = "https://git.ablecorp.us/AbleOS/core"
|
||
|
userspace = "https://git.ablecorp.us/AbleOS/ableos_userland"
|
||
|
nya = "https://git.ablecorp.us/AbleOS/nya"
|
||
|
|
||
|
|
||
|
[packages]
|
||
|
[packages.list_files]
|
||
|
version = "0.1.1"
|
||
|
hash = ""
|
||
|
repo = "userspace"
|
||
|
authors = []
|
||
|
|
||
|
[packages.list_files.configuration]
|