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.
我在 i386 上编写自己的操作系统,然后是全局描述符表设置,我对 NULL 描述符感到困惑。
在1986 年英特尔 80386 程序员参考手册中,
NULL_DES DESC <> ; 空描述符
是关于 NULL 描述符的唯一提及。
有没有人告诉我为什么 x86 处理器在 GDT 中需要一个 NULL 描述符?