Added bscript thing

This commit is contained in:
2026-05-29 10:42:00 -07:00
parent 1fd42610a4
commit 147e704be1
26 changed files with 49 additions and 49 deletions

View File

@@ -1,19 +1,19 @@
# Vystem Docs
# Vystem B Docs
**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
Welcome to Vystem documentation. This documentation is divided into severals parts for easier understanding.
Welcome to Vystem B 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:
Vystem B 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) [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
3) [Vyx](vyx.md): Vystem B Executable format
4) [VyBuild](vybuild/index.md): Vystem B build system
5) [Commonlib](commonlib.md): very simple library that contains informations useful to all parts of Vystem B
6) [Shelter](shelter/index.md): the kernel
7) [Kernel tools](kerneltools/index.md): all the `.py` scripts used for various usage around the kernel