# Blastproof Docs ## 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, 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/partitions 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. ## Ressources 1) [Bootprocess](bootprocess.md) 2) [Boot configuration](bootconfig.md) 3) [Security and integrity model at boot level](security.md) 4) [Secure Boot Files Integrity Enforcement (SBFIE)](sbfie.md) 5) [Custom filesystems](fs.md) 6) [Font Bitmap](fbm.md) 7) [Blastproof library](bplib.md) For detailled informations about kernel loading, please see Vyld docs.