2024-07-09 14:58:07 +02:00
|
|
|
# Configuration for demonstration
|
2022-10-10 19:15:11 +02:00
|
|
|
|
2024-01-04 21:40:42 +01:00
|
|
|
include = ["../desktop.toml"]
|
2024-01-04 15:31:44 +01:00
|
|
|
|
2022-10-10 19:15:11 +02:00
|
|
|
# General settings
|
|
|
|
[general]
|
2022-10-17 16:02:13 +02:00
|
|
|
# Filesystem size in MiB
|
2023-11-15 23:34:28 +01:00
|
|
|
filesystem_size = 1536
|
2022-10-10 19:15:11 +02:00
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
2024-01-04 21:40:42 +01:00
|
|
|
# GUI Apps
|
|
|
|
periodictable = {}
|
|
|
|
|
|
|
|
# GUI Data
|
2023-11-15 23:58:56 +01:00
|
|
|
intel-one-mono = {}
|
2023-03-14 17:17:19 +01:00
|
|
|
|
|
|
|
# Shell Apps
|
2023-03-11 17:56:49 +01:00
|
|
|
curl = {}
|
2023-03-14 17:17:19 +01:00
|
|
|
git = {}
|
|
|
|
gnu-grep = {}
|
2023-03-11 17:56:49 +01:00
|
|
|
ripgrep = {}
|
2023-03-14 17:17:19 +01:00
|
|
|
sodium = {}
|
2023-08-09 23:36:17 +02:00
|
|
|
vim = {}
|
2022-10-10 19:15:11 +02:00
|
|
|
|
|
|
|
# Games
|
|
|
|
dosbox = {}
|
|
|
|
freedoom = {}
|
2022-11-15 23:12:18 +01:00
|
|
|
neverball = {}
|
2022-10-10 19:15:11 +02:00
|
|
|
prboom = {}
|
2023-11-15 20:52:00 +01:00
|
|
|
redox-games = {}
|
2022-10-10 19:15:11 +02:00
|
|
|
sopwith = {}
|
|
|
|
syobonaction = {}
|
|
|
|
|
|
|
|
# Demos
|
2023-03-10 17:57:16 +01:00
|
|
|
acid = {}
|
2023-09-13 03:18:55 +02:00
|
|
|
nushell = {}
|
2022-10-10 19:15:11 +02:00
|
|
|
orbclient = {}
|
2022-12-01 22:36:33 +01:00
|
|
|
pixelcannon = {}
|
2022-11-15 23:12:18 +01:00
|
|
|
rodioplay = {}
|
2023-03-11 17:56:49 +01:00
|
|
|
gears = {}
|
2022-10-10 19:15:11 +02:00
|
|
|
|
2022-11-21 17:01:36 +01:00
|
|
|
# MIDI
|
|
|
|
freepats = {}
|
|
|
|
|
2022-10-10 19:15:11 +02:00
|
|
|
[[files]]
|
|
|
|
path = "/home/user/Welcome.txt"
|
|
|
|
data = """
|
|
|
|
##############################################################################
|
|
|
|
# #
|
|
|
|
# Welcome to Redox! #
|
|
|
|
# #
|
|
|
|
# Redox is an operating system written in Rust, a language with focus #
|
|
|
|
# on safety and high performance. Redox, following the microkernel design, #
|
|
|
|
# aims to be secure, usable, and free. Redox is inspired by previous kernels #
|
|
|
|
# and operating systems, such as SeL4, MINIX, Plan 9, and BSD. #
|
|
|
|
# #
|
|
|
|
# Redox _is not_ just a kernel, it's a full-featured Operating System, #
|
|
|
|
# providing packages (memory allocator, file system, display manager, core #
|
|
|
|
# utilities, etc.) that together make up a functional and convenient #
|
|
|
|
# operating system. You can loosely think of it as the GNU or BSD ecosystem, #
|
|
|
|
# but in a memory safe language and with modern technology. #
|
|
|
|
# #
|
|
|
|
# The website can be found at https://www.redox-os.org. #
|
|
|
|
# #
|
|
|
|
# For things to try on Redox, please see #
|
|
|
|
# https://doc.redox-os.org/book/ch02-06-trying-out-redox.html #
|
|
|
|
# #
|
|
|
|
##############################################################################
|
|
|
|
"""
|