Date: Tue, 23 May 2000 05:18:49 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s boot0.m4 src/sys/boot/i386/boot2 Makefile boot1.s boot1.m4 src/sys/boot/i386/btx/btx Makefile btx.s btx.m4 src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/pxeldr pxeldr.s Message-ID: <200005231218.FAA13106@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/05/23 05:18:49 PDT Modified files: sys/boot/i386/boot0 Makefile boot0.s sys/boot/i386/boot2 Makefile boot1.s sys/boot/i386/btx/btx Makefile btx.s sys/boot/i386/cdldr cdldr.s sys/boot/i386/pxeldr pxeldr.s Removed files: sys/boot/i386/boot0 boot0.m4 sys/boot/i386/boot2 boot1.m4 sys/boot/i386/btx/btx btx.m4 Log: Clean up all of the 16-bit assembly code in the x86 bootstrap to work with the new binutils. Now that we have a decent assembler, all the old m4 macros are no longer needed. Instead, straight assembly can be used since as(1) now understands 16-bit addressing, branches, etc. Also, several bugs have been fixed in as(1), allowing boot0.s to be further cleaned up. Revision Changes Path 1.9 +4 -4 src/sys/boot/i386/boot0/Makefile 1.16 +42 -117 src/sys/boot/i386/boot0/boot0.s 1.18 +7 -10 src/sys/boot/i386/boot2/Makefile 1.11 +92 -94 src/sys/boot/i386/boot2/boot1.s 1.8 +3 -3 src/sys/boot/i386/btx/btx/Makefile 1.17 +133 -134 src/sys/boot/i386/btx/btx/btx.s 1.3 +16 -20 src/sys/boot/i386/cdldr/cdldr.s 1.2 +16 -20 src/sys/boot/i386/pxeldr/pxeldr.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?200005231218.FAA13106>