Improve and rename a section of the FAQ
Compare changes
Files
2+ 6
− 6
@@ -13,7 +13,7 @@ This page covers questions and answers for newcomers and end-users.
@@ -142,7 +142,7 @@ Any OS compatible with the [Single Unix Specification](https://en.wikipedia.org/
@@ -155,7 +155,7 @@ This Bell Labs OS brings the concept of "Everything is a File" to the highest le
The most influential Unix-like system with a microkernel. It has advanced features such as system modularity, [kernel panic](https://en.wikipedia.org/wiki/Kernel_panic) resistence, driver reincarnation, protection against bad drivers and secure interfaces for [process comunication](https://en.wikipedia.org/wiki/Inter-process_communication).
@@ -165,13 +165,13 @@ The most performant and simplest microkernel of the world.
- [OpenBSD](https://www.openbsd.org/) - Redox took inspiration from the [system call](https://man.openbsd.org/pledge.2), [filesystem](https://man.openbsd.org/unveil.2), [display server](https://www.xenocara.org/) and [audio server](https://man.openbsd.org/sndiod.8) sandbox and [others](https://www.openbsd.org/innovations.html).
- [OpenBSD](https://www.openbsd.org/) - The [system call](https://man.openbsd.org/pledge.2), [filesystem](https://man.openbsd.org/unveil.2), [display server](https://www.xenocara.org/) and [audio server](https://man.openbsd.org/sndiod.8) sandbox and [others](https://www.openbsd.org/innovations.html) influenced the Redox security.