pub const HEAP_START: u32 = 4096;
Heap starts after the data segment region. We reserve the first 4 KiB for static data (string constants, etc.).