diff options
Diffstat (limited to 'subx/012elf.cc')
-rw-r--r-- | subx/012elf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/012elf.cc b/subx/012elf.cc index 21019d18..47aba102 100644 --- a/subx/012elf.cc +++ b/subx/012elf.cc @@ -128,7 +128,7 @@ void load_segment_from_program_header(uint8_t* elf_contents, int segment_index, } :(before "End Includes") -// Very primitive/fixed/insecure ELF segments for now. +// Very primitive/fixed/insecure ELF segments for now: just consecutive VMAs. // code: 0x09000000 -> 0x09ffffff // data/heap: 0x0a000000 -> 0x0affffff // stack: 0x0b000ffc -> 0x0b000000 (downward) |