登录 注册
当前位置:主页 > 资源下载 > 13 > 带注释的fork文件.rtf下载

带注释的fork文件.rtf下载

  • 更新:2024-11-05 13:14:44
  • 大小:15KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux - 操作系统
  • 格式:RTF

资源介绍

/* * 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()'。 */