about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-27 11:48:12 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-27 11:50:05 -0800
commit0fa6d28e14fdc7a33c69342568ccbfc1577e5f57 (patch)
treeb72eb60d9d67dfa02709905165ab3ef7c8c470f0 /README.md
parentb3a0a540cd283644e896db975fdb8904c9debe1f (diff)
downloadmu-0fa6d28e14fdc7a33c69342568ccbfc1577e5f57.tar.gz
7429
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 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