summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/proc.h b/proc.h
index 7ffaffb..2b30187 100644
--- a/proc.h
+++ b/proc.h
@@ -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