Beginner Mistakes: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(convert first- and second- person pronouns)
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 108: Line 108:
You could also tweak your linker script to include ''either'' section:
You could also tweak your linker script to include ''either'' section:


<source lang="c">
<syntaxhighlight lang="c">
// ...
// ...
.text 0x100000 {
.text 0x100000 {
Line 116: Line 116:
}
}
// ...
// ...
</syntaxhighlight>
</source>
-->
-->