about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-29 19:32:39 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-29 19:32:39 -0800
commit783b0659d3a301e0b4234dd91f2ac8c64379c7e7 (patch)
tree69e8ab5aa9d53785f7831ab03a1d885bd929243b /README.md
parent395f736d1ae339f9b633ae36e10b42fbca2d26f9 (diff)
downloadmu-783b0659d3a301e0b4234dd91f2ac8c64379c7e7.tar.gz
7465
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index bdb53f76..2db68db8 100644
--- a/README.md
+++ b/README.md
@@ -115,10 +115,9 @@ $ tools/iso/soso a.elf  # requires sudo
 $ qemu-system-i386 -cdrom mu_soso.iso
 ```
 
-Finally, there's a whole mini-universe inside the `baremetal/` sub-directory.
-It currently contains a few small programs that are also boot images, and that
-take control of a computer without any intervening OS. However `baremetal/`
-programs still require the rest of the repo to be built. Here's an example:
+Finally, there's a whole mini-universe inside the `baremetal/` sub-directory,
+Mu programs that use no Linux services, and can control the screen and
+keyboard directly without an OS. You can make things like this with them:
 
 <img alt='screenshot of a Mu program running without any intervening Operating System' src='html/baremetal.png'>