Correctly initialize the esp0 pointer in the TSS for the initial
commitf273af5e13647b65ede4c55bce8759cc25ee5702
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 23 Apr 2007 00:05:33 +0000 (23 00:05 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 23 Apr 2007 00:05:33 +0000 (23 00:05 +0000)
tree0b7f4197364a95751538808c7e04192692b03294
parenta094a6e308989a9a2b79f12971cf792ef8451c8b
Correctly initialize the esp0 pointer in the TSS for the initial
kernel thread.  Shouldn't actually matter in practice, because that
pointer is only used on a user->kernel transition, and the initial
kernel thread never runs a user process.

Reported by Godmar Back.
src/userprog/process.c
src/userprog/tss.c
src/userprog/tss.h