site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Jul 15, 2009, at 7:01 PM, Arnab Ganguly wrote: -- Steve Checkoway "Anyone who says that the solution is to educate the users hasn't ever met an actual user." -- Bruce Schneier _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com Could you please explain me about this start and _start function what is it about ? Is it like entry point of the code ? start is the entry point and it calls _start (which has the name __start in the assembly). See <http://www.opensource.apple.com/source/Csu/Csu-58.1.1/start.s
and <http://www.opensource.apple.com/source/Csu/Csu-58.1.1/crt.c>. smime.p7s