In an EXEC call, I am looking to allow bigger "child process" by making memory through deleting Parent processes's memory.
I am using MINIX 3.2 and am planning to modify exec.c
to call a modified version of alloc_new_mem
in alloc.c
Here is the source code for alloc.c - https://github.com/minix3/minix/blob/master/servers/vm/alloc.c
Looking for pointers.
OS: MINIX3 File: alloc.c