Tag: system_call
All the articles with the tag "system_call".
-
Linux schedule 原始碼解讀
追蹤 Linux kernel v4.14 排程器 schedule() 的原始碼,梳理從 preempt_disable 到 __schedule 的完整 context switch 執行流程。
-
Linux fork() 底層實作流程整理
從 fork() system call 出發,追蹤 Linux kernel v4.14 中 _do_fork() 的實作流程,理解 process 建立時 task_struct 的初始化細節。