From owner-freebsd-hackers Tue Jul 24 0:52:40 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from xfreek.mindriot.net (24-168-212-220.he.cox.rr.com [24.168.212.220]) by hub.freebsd.org (Postfix) with SMTP id 55B1F37B401 for ; Tue, 24 Jul 2001 00:52:38 -0700 (PDT) (envelope-from rootx11@xfreek.mindriot.net) Received: (qmail 611 invoked by uid 1001); 24 Jul 2001 01:11:23 -0000 Date: 24 Jul 2001 01:11:23 -0000 Message-ID: <20010724011123.610.qmail@xfreek.mindriot.net> From: rootx11@xfreek.mindriot.net To: freebsd-hackers@freebsd.org Subject: calling kernel functions Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you very much for the help so far the functions open() and write() expect there arguments to be in user space and not kernel space, which is what I was doing wrong. My question is, how then would you go about opening and editing a file from the kernel? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message