diff options
Diffstat (limited to 'proc.h')
-rw-r--r-- | proc.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,11 +1,4 @@ // Segments in proc->gdt. -// Also known to bootasm.S and trapasm.S -#define SEG_KCODE 1 // kernel code -#define SEG_KDATA 2 // kernel data+stack -#define SEG_KCPU 3 // kernel per-cpu data -#define SEG_UCODE 4 // user code -#define SEG_UDATA 5 // user data+stack -#define SEG_TSS 6 // this process's task state #define NSEGS 7 // Per-CPU state |