0xAX / linux-insides

A little bit about a linux kernel
http://0xax.gitbooks.io/linux-insides/content/index.html
Other
30.01k stars 3.37k forks source link

There maybe a mistake writing. #487

Closed woodpenker closed 7 years ago

woodpenker commented 7 years ago

In KernelStructures/idt.md

X86_TRAP_MF,        /* 16, x87 Floating-Point Exception */

We don't have X87. So fix it to X86

0xAX commented 7 years ago

That is not error https://github.com/0xAX/linux-insides/pull/488#issuecomment-307723439