Re:Stacks...
Posted: Mon Jan 27, 2003 4:20 am
As far as I know you can't have page fault based stack extension for kernel stacks but you can for user (ring 3) stacks because the TSS stores the SS/ESP for the ring 0 side of things.
But a stack fault in ring 0 will simply not work because it won't be able to push error codes/flags etc.
Well, thats how I thought it worked anyway!
Daryl.
But a stack fault in ring 0 will simply not work because it won't be able to push error codes/flags etc.
Well, thats how I thought it worked anyway!
Daryl.