Hi, I am studying eCos's source code. What puzzled me is that I can't find the process of detaching the thread from memory after exit. The thread just enter into EXIT status and hold stack resource. Need I write code for it myself? Regards Windy