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

@@ -1,6 +1,6 @@
# Vystem Docs
**Warning:** this documentation only include currently implemented elements and doesn't include plannned future elements, except some confirmed planned updates scattered within the documentation
**Warning:** this documentation only includes currently implemented elements and doesn't include plannned future elements, except some confirmed planned updates scattered within the documentation
## Introduction
@@ -11,9 +11,11 @@ Welcome to Vystem documentation. This documentation is divided into severals par
Vystem is an OS made of severals components which can be divided into severals categories:
1) [Blastproof](blastproof/index.md): the bootloader
2) [Bootloader tools](boottools/index.md): all the tools needed to generate components for the boot process
3) [Vyld](vyld/index.md): the VYX executable format linker and VYX executable format specification
4) [Shelter](shelter/index.md): the kernel
5) [Kernel tools](kerneltools/index.md): all the `.py` scripts used for various usage around the kernel
3) [Vyx](vyx.md): Vystem Executable format
4) [VyBuild](vybuild/index.md): Vystem build system
5) [Commonlib](commonlib.md): very simple library that contains informations useful to all parts of Vystem
6) [Shelter](shelter/index.md): the kernel
7) [Kernel tools](kerneltools/index.md): all the `.py` scripts used for various usage around the kernel
## Ressources