PREMRAJ SV wrote: > On Thu, Jul 15, 2010 at 11:54 AM, PREMRAJ SV <[email protected]> wrote: > >> Hi Gilles, I am new to Xenomai.. which linux kernel version is compatible >> with xenomai 2.5.3 i am using linux-2.6.28 for patching xenomai..shall i use >> the same kernel version... >> > Let me know Where can i find APIC options while configuring, to disable... >
As explained in ksrc/arch/x86/patches/README, we try to maintain compatibility with past releases of the kernel. However, if you are starting a new project, there is little sense in using such an old kernel as Linux 2.6.28. To look for an option in the kernel configuration, if you are using the QT configuration tool, use ctrl-F, if you are using the ncurses configuration tool, use /. For setting the options of the x86 kernel, see: http://www.xenomai.org/index.php/FAQs#Tips_and_tricks_setting_up_your_x86_kernel In particular, you should not select generic i686 as processor type, neither should you disable the power management completely, you want PM enabled, APM disabled, ACPI enabled, but ACPI_PROCESSOR disabled. It is probably impossible to disable APIC because you are running an SMP kernel, which can not run without an APIC. And enabling the APIC is better anyway. The next private mail you send me will receive no answer. -- Gilles. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
