From 48e7faa52134aa82d0fd52840dc723988dcac683 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Wed, 29 Jun 2016 03:19:08 -0400 Subject: [PATCH] Add ENTRY(start) to 'Allocating Frames' blog post linker script (#188) --- blog/post/2015-11-15-allocating-frames.md | 2 ++ 1 file changed, 2 insertions(+) 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;