who know what the function of do_newmap in minix is
-
- Posts: 10
- Joined: Sat Mar 01, 2008 11:27 pm
who know what the function of do_newmap in minix is
we know that when a new process is being created,the PM will allocate the needed memory for the new process with the function alloc_mem(),but after that,we can see PM will tell micro-kernel the memory map of the new process with the function sys_newmap,and then sys_newmap will use the function do_newmap,I don't understand why should tell the kernel about the new map?and how it finishs the process?