From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 27 10:44:17 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A81316A4CE for ; Tue, 27 Jan 2004 10:44:17 -0800 (PST) Received: from mwinf0901.wanadoo.fr (smtp9.wanadoo.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3039143D41 for ; Tue, 27 Jan 2004 10:44:16 -0800 (PST) (envelope-from renaud.molla@wanadoo.fr) Received: from wanadoo.fr (ALyon-210-1-30-223.w83-112.abo.wanadoo.fr [83.112.27.223]) by mwinf0901.wanadoo.fr (SMTP Server) with ESMTP id EAA3218002CF for ; Tue, 27 Jan 2004 19:44:01 +0100 (CET) Message-ID: <4016B48C.7030001@wanadoo.fr> Date: Tue, 27 Jan 2004 19:57:16 +0100 From: Renaud Molla Wanadoo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel threads X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 18:44:17 -0000 Hi everybody. I'm trying to use the kthread library under 5.2-RELEASE but can't compile my program (which actually only tries to create a thread). I've read that there is now KSE to create kernel threads, but i am wondering if it could be used within the kernel code. Regards.