about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-17 19:03:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-17 19:03:55 -0800
commitfc83d267669876757fd10348e603cf0f9bf4c5bd (patch)
treeb4e670882f4efbbda9413a2c7bbc9767b4a51933 /README.md
parent10bf5a098601f562b2911b789d9b7d1271c63aa3 (diff)
downloadmu-fc83d267669876757fd10348e603cf0f9bf4c5bd.tar.gz
7264
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d331b57..04f6dceb 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,6 @@ In priority order:
 ## Toolchain
 
 The Mu stack consists of:
-- a prototype Mu shell, a postfix language with a dynamically updating environment
 - the Mu type-safe language;
 - SubX, an unsafe notation for a subset of x86 machine code; and
 - _bare_ SubX, a more rudimentary form of SubX without certain syntax sugar.
@@ -77,9 +76,12 @@ debugging. ([More details.](subx_debugging.md))
 
 ### incomplete tools
 
+There's a prototype Mu shell, a postfix language with a dynamically updating
+environment. It might turn into the initial experience when a Mu computer
+boots.
+
 Once generated, ELF binaries can be packaged up with a Linux kernel into a
-bootable disk image. Here's how you can run the current prototype of the Mu
-shell:
+bootable disk image. Here's how the Mu shell might look on startup:
 
 ```sh
 $ ./translate_mu apps/tile/*.mu  # emit a.elf