diff options
Diffstat (limited to 'kc/core/cpu/descriptor.h')
| -rw-r--r-- | kc/core/cpu/descriptor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kc/core/cpu/descriptor.h b/kc/core/cpu/descriptor.h index 802c09c..c2a95ac 100644 --- a/kc/core/cpu/descriptor.h +++ b/kc/core/cpu/descriptor.h @@ -20,8 +20,10 @@ enum segment_descriptor_type { CODE64_SUPER_SEG, CODE64_USER_SEG, - DATA_SEG, + DATA_SUPER_SEG, TASK64_SEG, + CODE32_USER_SEG, + DATA_USER_SEG }; struct gate_descriptor |
