mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
0f434c4a95
The stack pointer is set up so that it uses the space below our .text section at 0x8000. The stack pointer actually points at one entry less than the specified address, so it starts at 0x8000 - sizeof(uint32) and grows downwards from there.