about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--html/baremetal.pngbin0 -> 62314 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd9d4195..bdb53f76 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,13 @@ $ 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:
+
+<img alt='screenshot of a Mu program running without any intervening Operating System' src='html/baremetal.png'>
+
 ## Syntax
 
 The entire stack shares certain properties and conventions. Programs consist
diff --git a/html/baremetal.png b/html/baremetal.png
new file mode 100644
index 00000000..401b8bf0
--- /dev/null
+++ b/html/baremetal.png
Binary files differ