From 274ffd0e6fda93aea98bb6d4d126c0e3fc7d975f Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 17 Aug 2024 14:13:35 +0000
Subject: [PATCH] Explain what redox-rt is

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index fd582e49..d60101b3 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ relibc is a portable POSIX C standard library written in Rust. It is under heavy
 
 The motivation for this project is twofold: Reduce issues that the Redox developers were having with [newlib](https://sourceware.org/newlib/), and create a safer alternative to a C standard library written in C. It is mainly designed to be used under Redox, as an alternative to newlib, but it also supports Linux system calls via the [sc](https://crates.io/crates/sc) crate.
 
+## redox-rt
+
+redox-rt is our equivalent for [vDSO](https://en.wikipedia.org/wiki/VDSO) from Linux.
+
 ## Repository Layout
 
 - `include` - Header files (mostly macros and variadic functions `cbindgen` can't generate)
-- 
GitLab