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