Present memory usage

This commit is contained in:
Jaby
2023-07-11 20:26:33 +02:00
parent f21210c042
commit 9b7df3c910
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 = .;
}