Correctly initialize the esp0 pointer in the TSS for the initial
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 23 Apr 2007 00:05:33 +0000 (00:05 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 23 Apr 2007 00:05:33 +0000 (00:05 +0000)
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.


No differences found