From: Jeff D. <jd...@ka...> - 2000-10-12 13:21:10
|
> You had discussed enlarging the stack. Is that considered a temporary > workaround, technically prohibitive, or already in CVS? ;-) None of the above. What I'm going to do is allocate 4 pages for the stack and task_struct, and unmap the third, giving two pages for the stack and a guard page for the task_struct. I'll put it in when I get back. Jeff |