From aedadf4d5cb915e0c6a22a5c7358fa853354e21d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 31 Jul 2025 01:15:13 -0300 Subject: [PATCH] Improve the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)