diff --git a/README.md b/README.md index 244c90861a..6c0451812c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # syscall -[Redox OS](https://gitlab.redox-os.org/redox-os/redox)'s syscall API + +This crate contains the system call numbers and Rust wrappers for the inline Assembly code of system calls. [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![crates.io](http://meritbadge.herokuapp.com/redox_syscall)](https://crates.io/crates/redox_syscall)