Re: HEADS UP! boot2 problems
From: Alexander Kabaev (kan_at_freebsd.org)
Date: 08/05/04
- Previous message: Alexander Kabaev: "Re: Ports broken by compiler upgrade"
- Next in thread: Scott Long: "Re: HEADS UP! boot2 problems"
- Reply: Scott Long: "Re: HEADS UP! boot2 problems"
- Reply: Jeremy Chadwick: "Re: HEADS UP! boot2 problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 5 Aug 2004 06:27:28 +0000 To: Scott Long <scottl@samsco.org>
On Fri, Jul 30, 2004 at 03:21:19PM +0000, Alexander Kabaev wrote:
> On Thu, Jul 29, 2004 at 08:39:43PM -0600, Scott Long wrote:
> > All,
> >
> > The GCC 3.4 import seems to have broken the boot2 loader on at least
> > i386. This doesn't affect normal world and kernel builds and installs,
> > but does affect writing new bootblocks via the disklabel program. You
> > should refrain from doing this until it gets fixed. It's being looked
> > into right now.
> >
> > Scott
>
> Commit below made boot2 usable again.
As suggested by Matt Dillon, the problems were caused by imcompletely
zeroed out BSS. I merged approproate fixes from DragonflyBSD in commit
below. Success/failure reports from people affected are appreciated.
kann 2004-08-05 06:00:05 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/boot2 boot1.S
sys/boot/i386/btx/lib btxcsu.s
Log:
Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not
have clear idea on boot2 BSS size and leaves portion of it not zeroed out.
btxcsu.s is in much better position for this job.
Obtained from: DragonflyBSD (with minor adjustments)
Revision Changes Path
1.29 +0 -4 src/sys/boot/i386/boot2/boot1.S
1.4 +9 -1 src/sys/boot/i386/btx/lib/btxcsu.s
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Alexander Kabaev: "Re: Ports broken by compiler upgrade"
- Next in thread: Scott Long: "Re: HEADS UP! boot2 problems"
- Reply: Scott Long: "Re: HEADS UP! boot2 problems"
- Reply: Jeremy Chadwick: "Re: HEADS UP! boot2 problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]