[Home]YouAreNotExpectedToUnderstandThis

ec2-3-141-30-162.us-east-2.compute.amazonaws.com | ToothyWiki | RecentChanges | Login | Webcomic

	/*
* Switch to stack of the new process and set up
* his segmentation registers.
*/
retu(rp->p_addr);
sureg();
/*
* If the new process paused because it was
* swapped out, set the stack level to the last call
* to savu(u_ssav).  This means that the return
* which is executed immediately after the call to aretu
* actually returns from the last routine which did
* the savu.
*
* You are not expected to understand this.
*/
if(rp->p_flag&SSWAP) {
rp->p_flag =& ~SSWAP;
aretu(u.u_ssav);
}
/*
* The value returned here has many subtle implications.
* See the newproc comments.
*/
return(1);

[However, it turned out that the code in question was in fact wrong...]

ec2-3-141-30-162.us-east-2.compute.amazonaws.com | ToothyWiki | RecentChanges | Login | Webcomic
This page is read-only | View other revisions | Recently used referrers
Last edited October 16, 2003 9:58 pm (viewing revision 1, which is the newest) (diff)
Search: