forked from lolo859/vystem
Added bscript thing
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
Blastproof is Vystem's bootloader. It is a UEFI x86-64 only bootloader that rely on EDK II for all hardware interactions. It is able to confirm the integrity of his files and partition, locate the kernel and load it into memory, using the specific boot protocol designed for Shelter.
|
||||
Blastproof is Vystem B's bootloader. It is a UEFI x86-64 only bootloader that rely on EDK II for all hardware interactions. It is able to confirm the integrity of his files and partition, locate the kernel and load it into memory, using the specific boot protocol designed for Shelter.
|
||||
|
||||
## Blastproof architectural overview
|
||||
|
||||
The Blastproof bootloader rely mainly on the EDK II framework for printing to the EFI console, interacting with disks and FAT32 filesystem, graphic output protocol, and memory allocation. However, it uses Vystem standard formats for fonts, filesystems, security and integrity checks, graphic renderer, and kernel loading.
|
||||
The Blastproof bootloader rely mainly on the EDK II framework for printing to the EFI console, interacting with disks and FAT32 filesystem, graphic output protocol, and memory allocation. However, it uses Vystem B standard formats for fonts, filesystems, security and integrity checks, graphic renderer, and kernel loading.
|
||||
|
||||
## Ressources
|
||||
|
||||
@@ -14,7 +14,7 @@ The Blastproof bootloader rely mainly on the EDK II framework for printing to th
|
||||
2) [Keyboard layouts](kbdlayout.md)
|
||||
2) [Boot configuration](bootconfig.md)
|
||||
3) [Security and integrity model at boot level](security.md)
|
||||
4) [Vystem FAT Trusted Manifest](vftm.md)
|
||||
4) [Vystem B FAT Trusted Manifest](vftm.md)
|
||||
5) [Secure Boot Files Integrity Enforcement (SBFIE)](sbfie.md)
|
||||
6) [Custom filesystems](fs.md)
|
||||
7) [Font Bitmap](fbm.md)
|
||||
|
||||
Reference in New Issue
Block a user