mercury-site/index.md

39 lines
1.7 KiB
Markdown
Raw Normal View History

2023-04-16 17:19:40 +00:00
---
layout: default.liquid
---
2023-04-16 18:24:36 +00:00
# {{ site.title }}
2023-04-16 17:19:40 +00:00
2023-04-16 18:24:36 +00:00
## About
2023-04-17 03:18:43 +00:00
**Mercury** is going to be an Operating System with a radically unique and new design.
This includes being based around new ideas and features, sacrificing backwards compatibility for them.
2023-04-16 17:19:40 +00:00
2023-04-17 03:18:43 +00:00
## Main Features
- Written in **Rust**[^rust]
- Built mainly for **ARM**/**RISC-V** architecture
- Not **POSIX** compatible
- **OCAP**[^ocap] security, with an **Actor** based system
- Well documented using [rustdoc](https://doc.rust-lang.org/rustdoc) and [mdBook](https://rust-lang.github.io/mdBook/)
- **Microkernel**[^microkernel] with features being split into different `crates` & `libraries`
- Full **UTF-8** support, because it's *2023*
- Easy global configuration, **NixOS**/**Guix** style[^home]
- Build with [security](/security/) in mind from the start
- **Vulkan** rendering
- `serde` for serializing data into/from different formats
- Allows for easy message passing
- Store/read data in `bytes` easily
- Can use anything supported by `serde` for configuration
- [Comprehensive Testing](https://www.youtube.com/watch?v=2hXNd6x9sZs) with [Automated Tests](https://doc.rust-lang.org/book/ch11-00-testing.html) and [Fuzzing](https://lib.rs/crates/cargo-fuzz)
### GUI
- Using the same **Actor** system
- Accessibility as a priority
- Global styling & configuration
- Responsive and dynamic
- Full multimedia support
- Navigable fully by both mouse & keyboard
[^rust]: **Why?** Because I like writing in it, and it's memory safe
[^microkernel]: https://doc.redox-os.org/book/ch04-01-microkernels.html
[^home]: https://guix.gnu.org/blog/2022/keeping-ones-home-tidy/
[^ocap]: https://decentralized-id.com/web-standards/object-capabilities/