From 858475e4dfabb61dc72ab5b4f105e2a0a636e7e8 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 10 Aug 2016 10:51:14 -0400 Subject: tiny clarifications to some gdt code. --- proc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'proc.h') diff --git a/proc.h b/proc.h index 3b9c3ac..33a9558 100644 --- a/proc.h +++ b/proc.h @@ -1,6 +1,3 @@ -// Segments in proc->gdt. -#define NSEGS 7 - // Per-CPU state struct cpu { uchar id; // Local APIC ID; index into cpus[] below -- cgit v1.2.3