about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 21:34:27 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 21:34:27 -0700
commit4ce7d160697cdebbcdad6158db481731ba0d0d60 (patch)
tree73bab1e9888f02a1f345f97409a0440743a0702e
parentd24c1c01a0bcd8c24f5b987526b55383883eb497 (diff)
downloadmu-4ce7d160697cdebbcdad6158db481731ba0d0d60.tar.gz
5495
-rw-r--r--Readme.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/Readme.md b/Readme.md
index 9fc2433b..727f5c0d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -128,13 +128,6 @@ Or, running in a VM on other platforms:
   42
   ```
 
-You can use it to learn about the x86 processor that (almost certainly) runs
-your computer. (See below.)
-
-You can read its tiny zero-dependency internals and understand how they work.
-You can hack on it, and its thorough tests will raise the alarm when you break
-something.
-
 ## What it looks like
 
 Here is the first example we ran above, a program that just returns 42: