When I read the book Operating system design and implementation
, in chapter 2, Process creation
, here is what it mentions:
The child's initial address space is a copy of the parent's, but there are two distinct address involved
This is a bit vague to me. It seems it is telling me they have the same address space but I believe that is not true.
Can anyone explain the detail for this?