Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down