diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-30 12:58:21 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-30 12:58:21 -0800 |
commit | 0474ec865af12cff08dd255954fbccf6d38085e6 (patch) | |
tree | 738a543c5bf061c08f454753081e8bc9f451a982 /html/subx/012elf.cc.html | |
parent | 5a68894ca16f1a67112695990446c1b29da4f5c0 (diff) | |
download | mu-0474ec865af12cff08dd255954fbccf6d38085e6.tar.gz |
4898
Diffstat (limited to 'html/subx/012elf.cc.html')
-rw-r--r-- | html/subx/012elf.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/012elf.cc.html b/html/subx/012elf.cc.html index e38c23ba..7bc7680f 100644 --- a/html/subx/012elf.cc.html +++ b/html/subx/012elf.cc.html @@ -187,7 +187,7 @@ if ('onhashchange' in window) { <span id="L128" class="LineNr">128 </span><span class="Delimiter">}</span> <span id="L129" class="LineNr">129 </span> <span id="L130" class="LineNr">130 </span><span class="Delimiter">:(before "End Includes")</span> -<span id="L131" class="LineNr">131 </span><span class="Comment">// Very primitive/fixed/insecure ELF segments for now.</span> +<span id="L131" class="LineNr">131 </span><span class="Comment">// Very primitive/fixed/insecure ELF segments for now: just consecutive VMAs.</span> <span id="L132" class="LineNr">132 </span><span class="Comment">// code: 0x09000000 -> 0x09ffffff</span> <span id="L133" class="LineNr">133 </span><span class="Comment">// data/heap: 0x0a000000 -> 0x0affffff</span> <span id="L134" class="LineNr">134 </span><span class="Comment">// stack: 0x0b000ffc -> 0x0b000000 (downward)</span> |