Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linuxの割り込み処理メカニズムについて勉強していますが、ユーザースペースからの割り込みハンドラーの登録が許可されているかどうか疑問に思いましたか?
いいえ、割り込みはカーネルに登録され、割り込みを受け取るにはドライバー/モジュールをカーネル空間にロードする必要があります。カーネルモジュールにフックするユーザー空間デーモンに処理を渡すことができますが、何かをカーネルに挿入する必要があります。