mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add ENTRY(start) to 'Allocating Frames' blog post linker script (#188)
This commit is contained in:
committed by
Philipp Oppermann
parent
f8c5bc5dec
commit
48e7faa521
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user