mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 15:28:17 +08:00
doc: Clarify linkcmds sections
This commit is contained in:
@@ -61,7 +61,8 @@ http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__e
|
|||||||
// The first underscores have to be masked to stop asciidoc interpreting them
|
// The first underscores have to be masked to stop asciidoc interpreting them
|
||||||
to make use of generic FreeBSD based drivers.
|
to make use of generic FreeBSD based drivers.
|
||||||
|
|
||||||
The linker command file of the BSP must contain the following sections:
|
The linker command file of the BSP must contain the following section
|
||||||
|
definitions:
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
.rtemsroset : {
|
.rtemsroset : {
|
||||||
@@ -73,8 +74,9 @@ The linker command file of the BSP must contain the following sections:
|
|||||||
}
|
}
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
The first section can be placed in read-only memory. The section section must
|
The first output section can be placed in read-only memory. The second output
|
||||||
be placed in read-write memory.
|
section must be placed in read-write memory. The output section name is not
|
||||||
|
relevant. The output sections may also contain other input sections.
|
||||||
|
|
||||||
=== Board Support Package Configuration and Build ===
|
=== Board Support Package Configuration and Build ===
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user