Wes Morgan wrote:
>
> As of about 7pm EDT I can't boot a -current kernel. I _can_ boot a kernel
> from the 13th I snagged from a snapshot kernel disk, and I can boot the
> snapshot from the 15th (but since userconfig does not work the lnc device
> spams so many error messages the system never reaches a prompt).
>
> Already did the make clean depend all install for /sys/boot/i386 and that
> was no help. The kernel just freezes _right_ after trying to boot... I'm
> not sure how far its getting, I'll have to play around with a debug kernel
> and see what I can get from it (if anything).
I saw this as well. It turns out the optimizations I was using when
building my kernel was causing it. I was using -march=pentium -Os
-pipe. Falling back to -O -pipe solved this.
- Donn
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message