Explain redox-rt more accurately.

This commit is contained in:
4lDO2
2025-09-21 16:16:00 +02:00
parent f3cc5dfb5c
commit 5ce0574647
+3 -2
View File
@@ -6,9 +6,10 @@ The motivation for this project is twofold: Reduce issues that the Redox develop
Currently Redox and Linux are supported.
## redox-rt
## `redox-rt`
redox-rt is our equivalent for [vDSO](https://en.wikipedia.org/wiki/VDSO) from Linux.
`redox-rt` is a runtime library that provides much of the code that enables POSIX on Redox, like `fork`, `exec`, signal handling, etc.
Relibc uses it as backend in `src/platform/redox`, and it's intended to eventually be usable independently, without relibc.
## Repository Layout