summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/startup/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/efi332/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/efi332/startup/linkcmds8
1 files changed, 5 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/efi332/startup/linkcmds b/c/src/lib/libbsp/m68k/efi332/startup/linkcmds
index 2750cdaef8..921073d180 100644
--- a/c/src/lib/libbsp/m68k/efi332/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/efi332/startup/linkcmds
@@ -9,6 +9,7 @@ __DYNAMIC = 0;
/*
* The memory map looks like this:
* +--------------------+ <- low memory
+ * | _RamBase |
* | .text |
* | etext |
* | ctor list | the ctor and dtor lists are for
@@ -23,10 +24,11 @@ __DYNAMIC = 0;
* | _clear_start| start of bss, cleared by crt0
* | _end | start of heap, used by sbrk()
* +--------------------+
+ * | _WorkspaceBase
+ * | work space |
+ * | heapStart |
* | heap space |
- * | _ENDHEAP |
- * | stack space |
- * | __stack | top of stack
+ * | _RamEnd | top of stack
* +--------------------+ <- high memory
*/