about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-10 08:01:51 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-10 08:01:51 -0700
commitbd2affaaaa5ea7a251ccdd156a50cce7b8c6b8ad (patch)
tree62949153abe5f6d6632a6b6d3a88c7b2e2e9fa2c /Readme.md
parentae56e1ec2c869278060518e3f6c99714962cdf44 (diff)
downloadmu-bd2affaaaa5ea7a251ccdd156a50cce7b8c6b8ad.tar.gz
5505
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/Readme.md b/Readme.md
index ca695c8d..e688bfcd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,6 +15,8 @@
   # print the message followed by kernel panic
   ```
 
+[![Build Status](https://api.travis-ci.org/akkartik/mu.svg?branch=master)](https://travis-ci.org/akkartik/mu)
+
 ## Goals
 
 In priority order:
@@ -64,10 +66,8 @@ You can generate tiny zero-dependency ELF binaries with it that run on Linux.
   42
  ```
 
-Generating the binary requires a C++ compiler (any version). Running `subx`
-will transparently invoke the compiler as necessary.
-
-[![Build Status](https://api.travis-ci.org/akkartik/mu.svg?branch=master)](https://travis-ci.org/akkartik/mu)
+(Running `subx` requires a C++ compiler, transparently invoking it as
+necessary.)
 
 You can run the generated binaries on an interpreter/VM for better error
 messages.
@@ -147,7 +147,8 @@ cloud server that supports custom images. [Instructions for Linode.](http://akka
 
 (`gen_iso` only came into existence 2019-08-09, and has a flabby laundry list
 of dependencies that I will gradually prune. It currently takes 12 minutes to
-run, mostly to compile its fork of the Linux kernel.)
+run on a single core with 8 GB RAM, mostly to compile its fork of the Linux
+kernel.)
 
 ## What it looks like