site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:subject :mime-version:date:references:x-mailer; bh=wtedlryr95uMJTvvi3tHJkggK252rUvLKT68gfGmmJQ=; b=DauaZ5stnhuCC4lvDJTbshqWHTHKFKMfe/UH02BVCXKTXuvE4N8SiO5bpJZa/vC8Tv uc5aT4Ud5R4UuxstMHfp9q1pb6tcEN6ouJ2729Uim4J4065MA0fpqTFDm1lSttQfEYWh DaEXMfMQ6gcoFB6C9F34/675S+N22GPSHVLow= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:subject:mime-version:date:references :x-mailer; b=pK2AIWTFFQfpHUP93tjdOKtculJx8MqheSXxLT4p/VmCmPj1Mfp9kTcA9cJLQoVofG AbPmNVt7jdVNCkBpzV9g8OWhmkGOV2Wy4FMCz2TiY6hEfwa0g+74x5dmEaQK4Ma5cbM2 O+vCBkUdWr9XjV9F4xFwCunutYJ5d9NTuH478= On Aug 11, 2009, at 11:28 AM, Tim Murison wrote: Hi, Is there a recommended approach to DIY loading/unloading of kernel extensions in Leopard? What is the reason why you don't want to use kextload? Eli _______________________________________________ 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... I would like to load a kernel extension from my code preferably without invoking kextload. The nice APIs to do this seem to be private in Leopard with the exception of the kld.h functions that I'm not sure I understand. -Tim Um, this is asking "How do I do X, but without using the clearly defined, supported method of doing X." There are a number of operations where the supported way for code to do X, is to just launch another process to do the work, then look at the output of that process to figure out if it succeeded and/or what the results of the operation are. This email sent to site_archiver@lists.apple.com
participants (1)
-
Eli Bach