Present memory usage

This commit is contained in:
2023-07-11 20:26:33 +02:00
parent 9f20537352
commit f3aebbcf81
3 changed files with 89 additions and 16 deletions

View File

@@ -237,6 +237,6 @@ SECTIONS {
__bss_end = .;
__heap_start = __heap_base;
. = ADDR(.text) - 0x800;
/*. = ADDR(.text) - 0x800;*/
__end = .;
}