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

19
readme.md Normal file
View File

@@ -0,0 +1,19 @@
# Vystem
The Vystem project aim to designs, develops and provides a stable operating system based on the following principles:
- built completely from scratch: no code from others repositories that run in the runtime environnement (starting at kernel boot)
- with his own hybrid kernel, bootloader, userspace, all designed from scratch to fit perfectly together
- using post-quantum cryptography everywhere it's pertinent to use it
- with a very high emphasize on security, integrity and auditability
- featuring his own design for filesystems, fonts, memory allocator, and various others components
Please note that the project has just begun and it's still in very early developpement stage.
## Quick links
The documentation of every components already designed and implemented can be found [here](docs/index.md).
Here is somes quick links:
- [Licenses and contribute guide](docs/licenses.md)
- [Build process](docs/build.md)
- [Roadmap](docs/roadmap.md)