Every process running on a machine is given the illusion that it is the only process running on it. And every process has a text, data and a stack section.
However, I fail to understand why the stack address of every process starts off at the same address(assuming that no kernel patches are installed and Address randomization is disabled).
Could someone point me towards a few reading resources or explain why this happens?