Date: Thu, 13 May 2010 10:36:33 -0700 From: Chuck Swiger <cswiger@mac.com> To: Heshmat Ismail <real_precious_stone@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: startx couldn't create cookie with custom kernel Message-ID: <D84FFA49-9173-4631-810D-8C43333BED4B@mac.com> In-Reply-To: <917015.50604.qm@web113607.mail.gq1.yahoo.com> References: <917015.50604.qm@web113607.mail.gq1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi-- On May 13, 2010, at 9:34 AM, Heshmat Ismail wrote: > -cpu I486_CPU > -cpu I586_CPU > +#cpu I486_CPU > +#cpu I586_CPU > cpu I686_CPU You don't really want to disable these. There are some kernel optimizations which are only enabled if I586_CPU is set, and are not enabled even if I686_CPU is set. In particular, look at i386/i386/support.s.... Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D84FFA49-9173-4631-810D-8C43333BED4B>