Date: Fri, 18 Sep 1998 18:35:53 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bootstrap.h misc.c src/sys/boot/i386/libi386 biosdisk.c src/sys/boot/i386/loader Makefile Message-ID: <199809190135.SAA10313@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/09/18 18:35:53 PDT Modified files: sys/boot/common bootstrap.h misc.c Log: Add a generic hexdump tool for debugging purposes. Revision Changes Path 1.6 +2 -1 src/sys/boot/common/bootstrap.h 1.3 +41 -1 src/sys/boot/common/misc.c Modified files: sys/boot/i386/libi386 biosdisk.c Log: - Improve debugging code. - Make the "what do we do with a drunken disklabel" if-then-else-regardless tangle easier to read. - Don't count on the v86 structure being preserved between loop iterations, as it may be trampled eg. by the DEBUG call. Revision Changes Path 1.5 +36 -41 src/sys/boot/i386/libi386/biosdisk.c Modified files: sys/boot/i386/loader Makefile Log: Make libstand movable. This completes the basic work required to make the loader work with BTX. We now have a third-stage bootstrap shared by the i386 and Alpha. Revision Changes Path 1.5 +7 -5 src/sys/boot/i386/loader/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809190135.SAA10313>