First commit, Vystem v0.1

This commit is contained in:
2026-03-31 22:15:00 +02:00
commit e15daed8c0
462 changed files with 134655 additions and 0 deletions

22
docs/index.md Normal file
View File

@@ -0,0 +1,22 @@
# 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
## Introduction
Welcome to Vystem documentation. This documentation is divided into severals parts for easier understanding.
## Components
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
## Ressources
- [Build process](build.md)
- [Contributing and licensing](licenses.md)
- [Roadmap](roadmap.md)