20 lines
962 B
Markdown
20 lines
962 B
Markdown
# 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)
|