forked from AbleOS/ableos
37 lines
826 B
TOML
37 lines
826 B
TOML
[boot]
|
|
# This package must be installed system wide
|
|
init = "init_server"
|
|
|
|
|
|
[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]
|
|
[packages.init_server]
|
|
version = "1.0"
|
|
hash = ""
|
|
repo = "core"
|
|
[packages.init_server.config]
|
|
[packages.init_server.config.spawn.serial_driver]
|
|
package = "serial_driver"
|
|
[packages.init_server.config.spawn.serial_driver.arguments]
|
|
port = 0x00
|