From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4D5D4AFF.8080808@domain.hid> Date: Thu, 17 Feb 2011 17:21:19 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <426689.33631.qm@domain.hid> In-Reply-To: <426689.33631.qm@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Kernel or Module List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Franz Engel Cc: xenomai@xenomai.org Franz Engel wrote: > Hi, > > Does it make any difference if I build the linux kernel with the > posix skin inside or as a module. Currently I build all > Realtime-Options in the kernel. So I load no modules and with lsmod > there are no xeno* modules? Is it correct? >>From a performance point of view, there may be a very little advantage for in-kernel builds over module builds, on very low end machines. The major difference is that you do not have to insmod anything before launching your application. I do not see other differences, in fact. The module build appears to me mostly as a legacy thing, because in the past, Xenomai was built outside the kernel tree, and could only be build as module. -- Gilles.