diff options
author | Robert Morris <[email protected]> | 2016-08-10 10:51:14 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2016-08-10 10:51:14 -0400 |
commit | 858475e4dfabb61dc72ab5b4f105e2a0a636e7e8 (patch) | |
tree | 16f960cc7005744d73e50bb55d2eecb8f080dafa /proc.h | |
parent | 0a4a4230a32696ef7f1f6272ca24520826195b7f (diff) | |
download | xv6-labs-858475e4dfabb61dc72ab5b4f105e2a0a636e7e8.tar.gz xv6-labs-858475e4dfabb61dc72ab5b4f105e2a0a636e7e8.tar.bz2 xv6-labs-858475e4dfabb61dc72ab5b4f105e2a0a636e7e8.zip |
tiny clarifications to some gdt code.
Diffstat (limited to 'proc.h')
-rw-r--r-- | proc.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |