[Plan 9] - maybe the most perfect operating system of the history, bring the concept of "everything is a file" to it's highest level, doing all the system communication from the filesystem.
[Plan 9] - maybe the most perfect operating system of the history, bring the concept of "everything is a file" to it's highest level, doing all the system communication from the filesystem.
...
@@ -51,10 +60,6 @@ Redox tries to implement the Linux performance improvements in a microkernel des
...
@@ -51,10 +60,6 @@ Redox tries to implement the Linux performance improvements in a microkernel des
[Linux]:https://www.kernel.org/
[Linux]:https://www.kernel.org/
### Which processor architectures Redox support?
The most maintained/updated is x86_64 (AMD64), the second is x86 and ARM64 is incomplete yet.
### What is a microkernel?
### What is a microkernel?
- [Redox Book explanation]
- [Redox Book explanation]
...
@@ -63,6 +68,12 @@ The most maintained/updated is x86_64 (AMD64), the second is x86 and ARM64 is in
...
@@ -63,6 +68,12 @@ The most maintained/updated is x86_64 (AMD64), the second is x86 and ARM64 is in
### Which devices Redox support?
### Which devices Redox support?
#### CPU
- x86_64/AMD64 (Intel/AMD)
- x86/i686 (Intel/AMD, incomplete)
- ARM64 (WIP, incomplete)
#### Internet
#### Internet
- Intel ethernet
- Intel ethernet
...
@@ -98,3 +109,46 @@ The most maintained/updated is x86_64 (AMD64), the second is x86 and ARM64 is in
...
@@ -98,3 +109,46 @@ The most maintained/updated is x86_64 (AMD64), the second is x86 and ARM64 is in
- PS/2 keyboards
- PS/2 keyboards
- PS/2 mouse
- PS/2 mouse
- PS/2 touchpad
- PS/2 touchpad
### How to build Redox?
Currently Redox has a bootstrap script Debian/Ubuntu/Pop OS! with unmaintained support for other distributions.
We are moving to use Podman as our main compilation method, actually it's mature and compile like the raw script.
(Podman avoid environment problems on compilation)
- [Redox Book Guide] (Debian/Ubuntu/Pop OS!)
- [Redox Book Advanced Guide] (Debian/Ubuntu/Pop OS!)
- [Redox Book Podman Guide]
- [Redox Book Podman Advanced Guide]
[Redox Book Guide]:https://doc.redox-os.org/book/ch02-05-building-redox.html
[Redox Book Advanced Guide]:https://doc.redox-os.org/book/ch08-01-advanced-build.html
[Redox Book Podman Guide]:https://doc.redox-os.org/book/ch02-06-podman-build.html
[Redox Book Podman Advanced Guide]:https://doc.redox-os.org/book/ch08-02-advanced-podman-build.html
### How to report bugs on Redox?
- [Redox Book Bug Report Guide]
[Redox Book Bug Report Guide]:https://doc.redox-os.org/book/ch12-03-creating-proper-bug-reports.html