文件名称:带注释的fork文件.rtf
文件大小:15KB
文件格式:RTF
更新时间:2014-07-20 03:36:37
fork
/* * linux/kernel/fork.c * * (C) 1991 Linus Torvalds */ /* * 'fork.c' contains the help-routines for the 'fork' system call * (see also system_call.s), and some misc functions ('verify_area'). * Fork is rather simple, once you get the hang of it, but the memory * management can be a bitch. See 'mm/mm.c': 'copy_page_tables()' */ /* * 'fork.c'中含有系统调用'fork'的辅助子程序(参见system_call.s),以及一些其它函数 * ('verify_area')。一旦你了解了fork,就会发现它是非常简单的,但内存管理却有些难度。 * 参见'mm/mm.c'中的'copy_page_tables()'。 */