SYSCALL - multitasking & Interruput event
- 主要言語
- Python
- スター
- 33.5k
- フォーク
- 3.6k
- 平均マージ
- 8時間 41分
- マージ済み PR(30日)
- 11
説明
Dear OxAX ,
Thanks for your efforts for writing "Linux Inside" . It has cleared most of my doubts.
I request you to please elaborate few technical doubts about System call .
1. System call in multitasking environment :
a. What will happen if higher priority task need system resources by SYSCALL but already lower priority task's SYSCALL in running ( kernel code is executing ) ?
b. During one system call multitasking / multi threading is still possible or only one thread will have access to SYSCALL ?
2. System call during External / Peripheral interrupt :
a. what will happen if external interrupt or higher priority pheripheral interrupt triggers while processing SYSCALL ?
Request you to please reply on this & if possible please add explanation in "Linux Inside"
Regards,
Gaurav
コントリビューションガイド
調査の方向性
これは、システムコール、マルチタスク、割り込みに関するLinuxカーネルの内部仕様についての明確化のリクエストです。このissueはリポジトリに対する具体的な変更を提案するものではありません。これに対処するには、関連するカーネルコード(例:kernel/sys.c、arch/x86/entry/entry_64.S)と、システムコールに関する書籍の既存の内容を理解する必要があります。目標は、『Linux Inside』という本の説明や追加部分を草案することです。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100