[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] MMU usage in MiNT, fork/mmap



On Thu, 2005-04-07 at 09:16 +0200, Frank Naumann wrote:

> A proper fork() is for sure possible. It's just not very efficient (that's 
> why shell scripts (for example configure) are so slow (they use heavily 
> fork()).

I assume it does a copy of the entire parent's address space .. but what
about pointers in the parent?  Wouldn't they point to the parent's
memory and not the child?  Or is there some method of fixing that?

-- Evan