Skip to content

Instantly share code, notes, and snippets.

@airekans
Last active August 29, 2015 14:17
Show Gist options
  • Save airekans/7d4a6c95fd1261c1157e to your computer and use it in GitHub Desktop.
Save airekans/7d4a6c95fd1261c1157e to your computer and use it in GitHub Desktop.
Linux 2.6.10 source code reading

fork sys_call

  1. task_struct definition: include/linux/sched.h 表示进程
  2. thread_info 表示线程,里边有task_struct的指针
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment