On Thursday 28 April 2005 12:00, Alex LIU wrote: > Hi,all: > > I found UML only implement its own kernel_thread function but doesn't > implement kernel_thread_helper function. ??? What's kernel_thread_helper? kernel_thread calls the arch-independent do_fork(), which works like the rest. In particular, it will call the arch-specific copy_thread; and copy_thread_tt will do the necessary work. > Then how does UML start a kernel > thread in TT mode? Is there any other functions being called? Thanks a lot!
> Alex -- Paolo Giarrusso, aka Blaisorblade Skype user "PaoloGiarrusso" Linux registered user n. 292729 http://www.user-mode-linux.org/~blaisorblade ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
