Brain Dump

Code Segment

Tags
comp-arch

Is the read-only area of a processes memory space where the process instructions are stored.

In Unix when two of the same processes are being run concurrently, it's arranged that they both reference the same code-segment.