Break TSS out of GDT.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Sep 2004 22:25:56 +0000 (22:25 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Sep 2004 22:25:56 +0000 (22:25 +0000)
commita051c001c942a1f9cce57b1beec79794f9c7089f
treeef46e48a390a62e692580a6232739da430b7ef2a
parentc9c283cb3e26a5b6d918ee47dcf8efe28522b18d
Break TSS out of GDT.
src/Makefile.inc
src/threads/gdt.c
src/threads/gdt.h
src/threads/init.c
src/threads/tss.c [new file with mode: 0644]
src/threads/tss.h [new file with mode: 0644]
src/userprog/addrspace.c