Date: Tue, 8 Oct 2002 08:46:45 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ufsread.c Message-ID: <200210081546.g98Fkj4X046967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/10/08 08:46:45 PDT Modified files: sys/boot/common ufsread.c Log: It seems that the only problem with UFS2 booting on i386 is the 64bit divide/remainder calls. For reasons not resolved, compiling the relevant routines from libkern into boot2 results in stack corruption. Do the simple thing: Don't use 64bit divide/remainder operations. Sponsored by: DARPA & NAI Labs Revision Changes Path 1.7 +12 -10 src/sys/boot/common/ufsread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210081546.g98Fkj4X046967>