Commit 7b8b28

2026-06-02 12:27:49 Bob Green: -/-
programming/runtime.md ..
@@ 9,4 9,4 @@
**Heap**
- The runtime allocates all free memory from the end of the .bss area to the end of ram to the heap (malloc/free).
+ `crt0` allocates all free memory from the end of the .bss area to the end of ram to the heap (malloc/free).
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9