do_fork
do_fork( ) makes use of an auxiliary function called copy_process( ) to set up the process descriptor and any other kernel data structure required for child's execution. Here are the main steps performed by do_fork( )
The copy_process( ) function ¶The copy_process( ) function sets up the process descriptor and any other kernel data structure required for a child's execution. Its parameters are the same as do_fork( ), plus the PID of the child. Here is a description of its most significant steps:
´ÙÀ½ ³»¿ëµéÀº ÇöÀç º°·Î °ü½É»ç°¡ ¾Æ´Ô
|
Of all forms of caution, caution in love is the most fatal. |