From 048298d65baf5d4df85cb35f465957c776d9bafa Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 4 Sep 2020 21:24:43 +0000 Subject: [PATCH] Add README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..f475fba520 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Redox Memory Management + +This is a Rust crate to provide abstractions for hardware memory management. It +also contains a mechanism for testing memory management with software emulation. \ No newline at end of file