From 4240d05bf9a58d9e0ba9306ab30c2e4fe2c00418 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 20 Sep 2017 18:23:16 +0200 Subject: [PATCH 1/3] Fix capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab325f0..5edc98e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Redox

-**Redox** is an operating system written in Rust, a language with focus on safety and high performance. Redox, following the microkernel design, aims to be secure, usable, and free. Redox is inspired by previous kernels and operating systems, such as SeL4, Minix, Plan 9, and BSD. +**Redox** is an operating system written in Rust, a language with focus on safety and high performance. Redox, following the microkernel design, aims to be secure, usable, and free. Redox is inspired by previous kernels and operating systems, such as SeL4, MINIX, Plan 9, and BSD. Redox _is not_ just a kernel, it's a **full-featured Operating System**, providing packages (memory allocator, file system, display manager, core utilities, etc.) that together make up a functional and convenient operating system. You can loosely think of it as the GNU or BSD ecosystem, but in a memory safe language and with modern technology. See [this list](#ecosystem) for overview of the ecosystem. From 0157639e3be2aced72b25ae4517f680f758baa27 Mon Sep 17 00:00:00 2001 From: Emanuele Antonio Faraone Date: Thu, 21 Sep 2017 20:01:08 +0200 Subject: [PATCH 2/3] new sodium image thanks jeremy! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5edc98e..fa69aee 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for Redox Redox -Redox +Redox Redox Redox From e2c15d9761da096ddb5cf33b093f3b46827f1432 Mon Sep 17 00:00:00 2001 From: Emanuele Antonio Faraone Date: Thu, 21 Sep 2017 21:24:09 +0200 Subject: [PATCH 3/3] Alphabetic order fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa69aee..3d23093 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ The ecosystem and software Redox OS provides is listed below. | [redoxfs (old filesystem)](https://github.com/redox-os/redoxfs) | [**@jackpot51**](https://github.com/jackpot51) | [syscall](https://github.com/redox-os/syscall) | [**@jackpot51**](https://github.com/jackpot51) | [Sodium (Vim-inspired text editor)](https://github.com/redox-os/sodium) | [**@ticki**](https://github.com/ticki) -| [userutils](https://github.com/redox-os/userutils) | [**@jackpot51**](https://github.com/jackpot51) | [TFS (ticki filesystem)](https://github.com/ticki/tfs) | [**@ticki**](https://github.com/ticki) | [The Redox book](https://github.com/redox-os/book) | [**@ticki**](https://github.com/ticki) +| [userutils](https://github.com/redox-os/userutils) | [**@jackpot51**](https://github.com/jackpot51) | [The old kernel](https://github.com/redox-os/old) | **abandoned** | [ZFS](https://github.com/redox-os/zfs) | **abandoned, superseded by [TFS](https://github.com/ticki/tfs)**