Re: Need some information about fork(2) -- Pedantic Correction

2024-09-23 Thread Otto Moerbeek
On Sun, Sep 22, 2024 at 04:47:33PM -0500, Jay F. Shachter wrote: > > > > > It's an exact copy, all memory allocations remain the same. > > > > Please forgive the pedantic correction, but, although I don't know how > OpenBSD does it, I certainly hope that OpenBSD does it the way other > operatin

Re: Need some information about fork(2) -- Pedantic Correction

2024-09-22 Thread Jay F. Shachter
> > It's an exact copy, all memory allocations remain the same. > Please forgive the pedantic correction, but, although I don't know how OpenBSD does it, I certainly hope that OpenBSD does it the way other operating systems do it: the memory in the child process is not "an exact copy" -- the me