Date: Fri, 7 Jul 2000 14:12:35 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot README src/sys/boot/forth loader.conf src/sys/boot/i386/boot0 boot0.m4 src/sys/boot/i386/boot2 Makefile boot1.s boot2.c boot1.m4 src/sys/boot/i386/btx/btx btx.s btx.m4 src/sys/boot/i386/cdldr Makefile src/sys/boot/i386/libi386 ... Message-ID: <200007072112.OAA47708@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/07/07 14:12:35 PDT Modified files: (Branch: RELENG_4) sys/boot README sys/boot/forth loader.conf sys/boot/i386/boot2 Makefile boot1.s boot2.c sys/boot/i386/btx/btx btx.s sys/boot/i386/cdldr Makefile sys/boot/i386/libi386 biosdisk.c sys/boot/i386/mbr mbr.s Removed files: (Branch: RELENG_4) sys/boot/i386/boot0 boot0.m4 sys/boot/i386/boot2 boot1.m4 sys/boot/i386/btx/btx btx.m4 sys/boot/i386/mbr mbr.m4 sys/boot/pc98/btx/btx btx.m4 Log: MFC: Lots of bootstrap fixes and features: - Add $FreeBSD$ to README - Coment fix for the if_wx module in loader.conf - Axe all the unneeded m4 files (yay!) - EDD support in mbr, boot1 and boot2, and the loader - inline functions in boot2 that are only used once to gain 68 bytes of free space - emulate the WBINVD instruction in BTX - remove cruft from the cdldr Makefile - improve hard disk probe checking as well as lsdev enhancements in the loader Revision Changes Path 1.2.2.1 +2 -0 src/sys/boot/README 1.25.2.2 +2 -2 src/sys/boot/forth/loader.conf 1.16.2.3 +2 -2 src/sys/boot/i386/boot2/Makefile 1.10.2.2 +26 -25 src/sys/boot/i386/boot2/boot1.s 1.28.2.2 +108 -115 src/sys/boot/i386/boot2/boot2.c 1.15.2.3 +16 -7 src/sys/boot/i386/btx/btx/btx.s 1.1.2.2 +1 -4 src/sys/boot/i386/cdldr/Makefile 1.26.2.4 +84 -28 src/sys/boot/i386/libi386/biosdisk.c 1.3.2.2 +38 -11 src/sys/boot/i386/mbr/mbr.s 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?200007072112.OAA47708>