diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-12 15:46:22 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-07-12 15:46:22 +0200 |
commit | c6c2e04d4a700fe3982a4a72e768c69d6ace08a6 (patch) | |
tree | d64dc55189b55da8c7d01be1c981dda6dcab76dd /sys/src/9/pc/io.h | |
parent | b429f72eaedff27b43c4ac951cea62f574e6fb23 (diff) |
segdesc: add /dev/^(ldt gdt) support
Diffstat (limited to 'sys/src/9/pc/io.h')
-rw-r--r-- | sys/src/9/pc/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/pc/io.h b/sys/src/9/pc/io.h index eb8dac7e8..197a91799 100644 --- a/sys/src/9/pc/io.h +++ b/sys/src/9/pc/io.h @@ -10,6 +10,8 @@ enum { VectorCNA = 7, /* coprocessor not available */ Vector2F = 8, /* double fault */ VectorCSO = 9, /* coprocessor segment overrun */ + VectorSNP = 11, /* segment not present */ + VectorGPF = 13, /* general protection fault */ VectorPF = 14, /* page fault */ Vector15 = 15, /* reserved */ VectorCERR = 16, /* coprocessor error */ |