startx couldn't create cookie with custom kernel

Chuck Swiger cswiger at mac.com
Thu May 13 17:36:46 UTC 2010


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



More information about the freebsd-questions mailing list