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

@@ -2,7 +2,7 @@
## Introduction
Blastproof store his configuration inside a text file named `bp.conf` and stored inside `\EFI\BlastProofFiles` inside the EFI partition. Due to being protected by SBFIE, the config is immutable after compilation and any change to it will cause the boot to fail, even if provided password was good. A example configuration is provided as `Blastproof/config/bp_template.conf`
Blastproof store his configuration inside a text file named `bp.conf` and stored inside `\EFI\BPFILES` inside the EFI partition. Due to being protected by SBFIE, the config is immutable after compilation and any change to it will cause the boot to fail, even if provided password was good. A example configuration is provided as `Blastproof/config/bp_template.conf`
## Syntax and behaviour
@@ -38,7 +38,7 @@ Any non-ascii character will cause the boot to fail. All the keys that are liste
**font:**
- Description: Give the name of the file containing the font the bootloader will atempt to use.
- Possible value: any value representing a file name stored inside `EFI\BlastProofFiles`
- Possible value: any value representing a file name stored inside `EFI\BPFILES`
- Default value: `bitra-ascii-medium.fbm`
**disable_boot_animation:**
@@ -109,3 +109,8 @@ Any non-ascii character will cause the boot to fail. All the keys that are liste
- Description: define the amount of pages used for logging ring buffer. Setting this pair to 0 will disable the logging ring.
- Possible value: any integer ranging from 0 to 65535
- Default value: `2048`
**kernel_kbd_events_queue_capacity**
- Description: define the amount of keyboards events each keyboard events can hold
- Possible value: any integer ranging from 64 to 65535
- Default value: `256`