← Back to context Comment by trumpdong 1 day ago Which argument to clone starts the process with an empty address space? 1 comment trumpdong Reply eggnet 6 hours ago That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
eggnet 6 hours ago That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.