Vystem 0.2

This commit is contained in:
2026-05-27 19:34:54 +02:00
parent a43c08b893
commit d238606b75
372 changed files with 51320 additions and 83217 deletions

View File

@@ -0,0 +1,51 @@
# SPDX-License-Identifier: MPL-2.0
# Blastproof config
# WARNING : DO NOT PUT ANY NON-ASCII CHAR IN THIS FILE
# Serial port
# Define if the system is allowed to use the serial port
serial_port_enabled=true
# Define if system is allowed to push debug information on the serial port
serial_port_debuging=true
# Define if system is allowed to push errors on the serial port
serial_port_erroring=true
# Graphics
# Define the font to use
font=FONT.FBM
# Define whether or not the boot animation should be played
disable_boot_animation=true
# Set the following both to 0 use highest resolution available
# Define the screen default horizontal resolution
default_horizontal_resolution=1920
# Define the screen default vertical resolution
default_vertical_resolution=1080
# InitFS
# Define the type GUID used for InitFS
# Warning : DO NOT modify this. It's common to all InitFS installation
initfs_partition_type_guid=8362b434-d825-11f0-a68f-10ffe08423a6
# Define the InitFS partition GUID. Automatically generated by build script
initfs_partition_guid=UUID_GENERATION_NEEDED_INITFS
# Define the type GUID used SignSyst
# Warning : DO NOT modify this. It's common to all InitFS installation
signsyst_partition_type_guid=da0048b4-d826-11f0-b877-10ffe08423a6
# Define the SignSyst partition GUID. Automatically generated by build script
signsyst_partition_guid=UUID_GENERATION_NEEDED_SIGNSYST
# Shelter
# All the following elements are passed to the kernel
# Define the log level, value can range from 0 to 6
kernel_log_level=0
# Define wheither or not the kernel should test and benchmark all of his subsystems at boot time
kernel_test_benchmark=true
# Define the number of iterations for tests and benchmarks, must be between 0 and 10000
kernel_bench_iterations=10000
# Define if the log subsystem should output on the serial port
kernel_log_disable_serial_port=false
# Define if the serial port should be usable
kernel_disable_serial_port=false
# Define the size of the ring buffer for logging information. Value is in 4KB pages, ranging from 0 (ring logging disabled) to 65535
kernel_log_ring_size=2048
# Define the amount of keyboards events each keyboard events queue can hold (ranging from 64 to 65535)
kernel_kbd_events_queue_capacity=256