Boot Sequence: Difference between revisions

Jump to navigation Jump to search
[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: 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>.''
:''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://my.execpc.com/~geezer/osd/gotchas/ OSD gotchas] to look at well-known issues with common OSdev tools.
You may also check the [http://files.osdev.org/mirrors/geezer/osd/gotchas/ OSD gotchas] to look at well-known issues with common OSdev tools.


==Loading==
==Loading==