JoaoBr wrote: > well,question is: will this kernel boot and/or will it crash because of > this cmppile options -msse3 - or not? The kernel won't use SSE3 at all because "-mno-sse3" will be appended to the compiler flags. See also src/sys/conf/kern.mk. Regards Björn