From 4e6b7eb51198e3fcba9ec8b8492b21a43ff1c6c0 Mon Sep 17 00:00:00 2001 From: lenawanel <115283664+lenawanel@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:46:42 +0200 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a85ab5..658bf9b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -A linux userspace emulator written in rust. +A linux userland emulator written in rust. It currently is _almost_ able to run a statically linked C hello world executable. It has strong memory acces guarantees, faulting on any acces at lest 32 bytes out of any allocation.