Y
Hacker News
new
|
ask
|
show
|
jobs
by
trumpdong
7 days ago
Which argument to clone starts the process with an empty address space?
1 comments
eggnet
6 days ago
That happens with execve(). clone() allows you to not copy the page table prior to the execve() call.
link
trumpdong
5 days ago
Which argument to clone does that?
link