Re: Easy way to access files from kernel space
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xTWvV0bYe0aHoNVrua1/lQGaguVNhMNFEYpuFb/0B3M=; b=JABqhdye22kTFrw+hDbtKmshfZOvbttbCO3o34ggbFdve2jWUYCydLJT58weOG45Na DkedFh92mDOy/sN91lDCZACwKq85QvL5wrfQOC48P5/K+hG+9t4fezqxXPVE/V1f4EcO G2xwXqZtZhQiH1iMfoERXVSBxnzRc+qdZI2Nk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=E0QrSps5UO+1R+b8OedrlLCbDzUwta+TxItw2ljXzpIfnyxO1jpeFQpbGt4rGaHXty 0KRQ7cVegnS4UulKvljctd3KFT6RVUB6BUqAICjvRxsBNiH5pcEA9OZqLHmgvdXzwsSp ffikwEb2XIbpwONcHwmIeFnvQZGL50kXNQ6GA= Hello, no, you cannot manipulate file as file descriptor into a kernel, you may manipulate file system objects, you can also work with a demon-client in the user-space. http://developer.apple.com/samplecode/EmptyFS/listing4.html, this example doesn't exactly fit with your request but it has the advantage to answer to many pre-fundamental OS concepts. Best, On Tue, Jun 23, 2009 at 7:26 AM, evaluador evaluador<evaluador.evaluador@gmail.com> wrote:
Hello!
Is there an easy way to access files from kernel space, so I could, for example, copy a file from the kernel?
Thank you!
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/0xcafefeed%40gmail.com
This email sent to 0xcafefeed@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
mm w