David Hershey
2005-02-17 04:04:37 UTC
In discussion this morning (2/16), it was suggested to us that the
argument block be placed at the very end of the User_Context memory and
that the stack would fit between the data segment and the argument
block. The Start_User_Thread () description on the webpage mentions that
we are consistent?
- David
argument block be placed at the very end of the User_Context memory and
that the stack would fit between the data segment and the argument
block. The Start_User_Thread () description on the webpage mentions that
The user process stack you created starts at the very end of the executable image...
Which of these implementations is correct, or does it matter as long aswe are consistent?
- David