Skip to content
Snippets Groups Projects
Commit efd0d8cb authored by Stijn van Houwelingen's avatar Stijn van Houwelingen
Browse files

Reworded bug-free status

parent 3b573e75
No related branches found
No related tags found
1 merge request!362Improved sentence structure and corrected small errors in spelling, grammer etc.
...@@ -88,7 +88,7 @@ By isolating the system components from the kernel, the [attack surface](https:/ ...@@ -88,7 +88,7 @@ By isolating the system components from the kernel, the [attack surface](https:/
#### Improved security and reliability without significant performance impact #### Improved security and reliability without significant performance impact
As the kernel is small, it uses less memory to do its work. The limited kernel code size helps to close in on the goal of a "bug-free" status ([KISS](https://en.wikipedia.org/wiki/KISS_principle)). As the kernel is small, it uses less memory to do its work. The limited kernel code size helps us work towards "bug-free" status ([KISS](https://en.wikipedia.org/wiki/KISS_principle)).
Rust's safe and fast language design, combined with the small kernel code size, helps ensure a reliable, performant and easy to maintain core. Rust's safe and fast language design, combined with the small kernel code size, helps ensure a reliable, performant and easy to maintain core.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment