From owner-freebsd-ports@FreeBSD.ORG Tue Feb 17 16:16:32 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2EDE106566B for ; Tue, 17 Feb 2009 16:16:32 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 7CAC28FC18 for ; Tue, 17 Feb 2009 16:16:32 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.21] (helo=11.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #76) id 1LZScT-0007zS-3c; Tue, 17 Feb 2009 17:16:31 +0100 Received: from tfe29.t.pppool.de ([89.55.254.41]:59391 helo=ernst.jennejohn.org) by 11.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #76) id 1LZScS-0007xZ-QN; Tue, 17 Feb 2009 17:16:25 +0100 Date: Tue, 17 Feb 2009 17:16:23 +0100 From: Gary Jennejohn To: yawstick Message-ID: <20090217171623.67e29505@ernst.jennejohn.org> In-Reply-To: <499A4905.1080905@charter.net> References: <499A4905.1080905@charter.net> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: emc2 on freebsd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 16:16:33 -0000 On Tue, 17 Feb 2009 00:20:05 -0500 yawstick wrote: > curious if anyone could comment of the practicality of porting emc2 to > freebsd > emc2 is a cnc machine control package http://www.linuxcnc.org/ > the preferred operating system for this package is ubuntu with a real > time kernel > not sure what a real time kernel is but curious if there is something > similar on freebsd > Real time means guaranteed response times for handling e.g. interrupts. FreeBSD is not real time, although with a very fast CPU it may be adequate. Linux is also not real time out-of-the-box. Patches (RTAI for one) are needed to get real time behavior. --- Gary Jennejohn