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カーネルには、システムコールを処理するためのシステムコールテーブルと、割り込みを処理するための割り込み記述子テーブルがあることを知っています。
これら 2 つのテーブルは、プロセスの起動後に変更しないでください。
カーネルが同様に使用するシステムコールテーブルと IDT 以外のデータ構造はありますか? (セットアッププロセス後に変更しないでください)
前もって感謝します