From dbaa278852327147d8f8ed2b3d8d52213d2e9ce6 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sun, 18 Feb 2018 19:41:38 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 631a30a9..1a608509 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Stupid Operating System [![Build Status](https://travis-ci.org/hawkw/sos-kernel.svg?branch=master)](https://travis-ci.org/hawkw/sos-kernel) [![Dependency Status](https://dependencyci.com/github/hawkw/sos-kernel/badge)](https://dependencyci.com/github/hawkw/sos-kernel) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/hawkw/sos-kernel/LICENSE-MIT) [![Latest RustDoc](https://img.shields.io/badge/rustdoc-latest-orange.svg)](http://www.elizas.website/sos-kernel/sos_kernel/index.html) [![Gitter](https://img.shields.io/gitter/room/sos-os/sos-os.svg)](https://gitter.im/sos-os) +[![Join the chat at https://gitter.im/sos-os/kernel](https://badges.gitter.im/sos-os/kernel.svg)](https://gitter.im/sos-os/kernel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + SOS is a simple, tiny toy OS implemented in Rust. I'm writing this mostly for fun, to learn more about OS design and kernel hacking, so don't expect anything new or exciting out of this project.