diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-27 02:12:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-27 02:12:37 -0800 |
commit | 8ae2c80e19beb4eba1469ee440f622010825f7cc (patch) | |
tree | 7d7af49d3fdfdd671c6a8535e463eba962ea2668 /html | |
parent | 1d8849e52d9d07ebfb6113ab6cea3308ece429cd (diff) | |
download | mu-8ae2c80e19beb4eba1469ee440f622010825f7cc.tar.gz |
5931
Diffstat (limited to 'html')
-rw-r--r-- | html/apps/mu.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html index ec780501..1d28f520 100644 --- a/html/apps/mu.subx.html +++ b/html/apps/mu.subx.html @@ -64,7 +64,7 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># <a href="http://akkartik.name/post/mu-2019-2">http://akkartik.name/post/mu-2019-2</a></span> <span id="L3" class="LineNr"> 3 </span><span class="subxComment">#</span> <span id="L4" class="LineNr"> 4 </span><span class="subxComment"># To run:</span> -<span id="L5" class="LineNr"> 5 </span><span class="subxComment"># $ ./translate_subx init.linux 0*.subx apps/mu.subx</span> +<span id="L5" class="LineNr"> 5 </span><span class="subxComment"># $ ./translate_subx init.linux [0-9]*.subx apps/mu.subx</span> <span id="L6" class="LineNr"> 6 </span> <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># == Goals</span> <span id="L8" class="LineNr"> 8 </span><span class="subxComment"># 1. Be memory safe. It should be impossible to corrupt the heap, or to create</span> |