diff --git a/blog/post/2015-11-15-allocating-frames.md b/blog/post/2015-11-15-allocating-frames.md index acbe416c..910deae1 100644 --- a/blog/post/2015-11-15-allocating-frames.md +++ b/blog/post/2015-11-15-allocating-frames.md @@ -142,6 +142,8 @@ But when we execute it, tons of really small sections are printed. We can use th To merge these subsections, we need to update our linker script: ``` +ENTRY(start) + SECTIONS { . = 1M;