From f1b5873bac2110353f6ed76088a095765e637b96 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 16 Oct 2015 08:05:02 +0200 Subject: [PATCH] separate Operating systems section --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6cac19..7b5a6af 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Awesome Rust](#awesome-rust) - [Applications written in Rust](#applications-written-in-rust) - [Games](#games) + - [Operating systems](#operating-systems) - [Libraries](#libraries) - [Audio](#audio) - [Build system](#build-system) @@ -50,11 +51,7 @@ The goal is to have only projects that are mostly stable and useful to users. * [gchp/iota](https://github.com/gchp/iota) — a simple text editor [](https://travis-ci.org/gchp/iota) * [imjacobclark/Herd](https://github.com/imjacobclark/Herd) — an experimental HTTP load testing application * [kbknapp/docli](https://github.com/kbknapp/docli-rs) — a command line utility for managing DigitalOcean infrastructure [](https://travis-ci.org/kbknapp/docli-rs) -* [MaidSafe](http://maidsafe.net/) — a decentralized platform. -* Operating systems - * [A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison) - * [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) - * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os) +* [MaidSafe](http://maidsafe.net/) — a decentralized platform. src="https://travis-ci.org/thepowersgang/rust_os.svg?branch=master">](https://travis-ci.org/thepowersgang/rust_os) * [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — a Redis reimplementation [](https://travis-ci.org/seppo0010/rsedis) * [Servo](https://github.com/servo/servo) — a prototype web browser engine * [uutils/coreutils](https://github.com/uutils/coreutils) — a cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) @@ -66,6 +63,13 @@ The goal is to have only projects that are mostly stable and useful to users. * [swatteau/sokoban-rs](https://github.com/swatteau/sokoban-rs) — a rust implementation of the famous Sokoban game * [Zone of Control](https://github.com/ozkriff/zoc) — a turn-based hexagonal strategy game [](https://travis-ci.org/ozkriff/zoc) +### Operating systems + +[A comparison of operating systems written in Rust](https://github.com/flosse/rust-os-comparison) + + * [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) + * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [