summaryrefslogtreecommitdiff
path: root/01/README.md
diff options
context:
space:
mode:
Diffstat (limited to '01/README.md')
-rw-r--r--01/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01/README.md b/01/README.md
index 859996f..1fc5f8c 100644
--- a/01/README.md
+++ b/01/README.md
@@ -41,7 +41,7 @@ So, for example, the `sy` command outputs a syscall instruction. You can see
`||` is a very important command. It outputs an ELF header for our executable.
Rather than compute the correct size of the file, it just sets the "file size"
-and "memory size" members of the program header to `0x40000` (enough for a 256KB
+and "memory size" members of the program header to `0x80000` (enough for a 512KB
executable). As it turns out, Linux won't mind if the program header lies about
how much data is in the file.