Boot Sequence: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Arto (talk | contribs)
m →‎Kernel Image: Updated the OSD gotchas link, the old link is MIA.
Line 101:
:''Additional related problems may occur when using -Ox type parameters to GCC, in this case strings can be moved from <tt>.rodata</tt> to similar named sections. If your linker script doesn't account for this then your image may expand. To prevent this happening, <tt>.rodata*</tt> should be used instead of <tt>.rodata</tt>.''
 
You may also check the [http://myfiles.execpcosdev.comorg/mirrors/~geezer/osd/gotchas/ OSD gotchas] to look at well-known issues with common OSdev tools.
 
==Loading==