about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-09-03 20:52:57 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-09-03 20:52:57 -0700
commit66d5a8735c401676167956d6f034569e27483cf5 (patch)
tree8fabf95600fcf42185b03548f5ce5a3ebed5ed09 /README.md
parent9bb19e03c63b341b911fd912477a849f29a48236 (diff)
downloadmu-66d5a8735c401676167956d6f034569e27483cf5.tar.gz
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60fa600d..a95acee9 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ their own. I want to encourage a style of active and interactive reading with
 Mu. If something doesn't make sense, try changing it and see what tests break.
 Any breaking change should cause a failure in some well-named test somewhere.
 
-Currently Mu requires a 32-bit x86 processor.
+Currently Mu requires a 32-bit x86 processor. It supports a short list of
+generic hardware, and can't do networking yet.
 
 ## Goals