summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-06-04 06:45:09 -0400
committerRobert Morris <[email protected]>2019-06-04 06:45:09 -0400
commit0f684b9150b56c3fce1db099e93327ebaaca363a (patch)
tree5644e1b2e27d2ff3b2d57ab07238e06fe215bb40 /README
parent8baac760500980d4b83e8de2e90265bfaa19df13 (diff)
downloadxv6-labs-0f684b9150b56c3fce1db099e93327ebaaca363a.tar.gz
xv6-labs-0f684b9150b56c3fce1db099e93327ebaaca363a.tar.bz2
xv6-labs-0f684b9150b56c3fce1db099e93327ebaaca363a.zip
fix exec argc
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9e3cf19..73e134e 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix
Version 6 (v6). xv6 loosely follows the structure and style of v6,
-but is implemented for a modern x86-based multiprocessor using ANSI C.
+but is implemented for a modern RISC-V multiprocessor using ANSI C.
ACKNOWLEDGMENTS