From 7cf2d1204f33026081105c900d260ea0fa1f7631 Mon Sep 17 00:00:00 2001 From: lenawanel <115283664+lenawanel@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:41:08 +0200 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a85ab5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +A linux userspace 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.