cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s boot0_512.s boot0sio.s

M. Warner Losh imp at bsdimp.com
Tue Apr 27 12:13:07 PDT 2004


In message: <200404271907.i3RJ7ZkI028848 at repoman.freebsd.org>
            Poul-Henning Kamp <phk at FreeBSD.org> writes:
: phk         2004/04/27 12:07:35 PDT
: 
:   FreeBSD src repository
: 
:   Modified files:
:     sys/boot/i386/boot0  Makefile 
:   Added files:
:     sys/boot/i386/boot0  boot0_512.s 
:   Removed files:
:     sys/boot/i386/boot0  boot0.s boot0sio.s 
:   Log:
:   Change from '#' to "//" comment character to allow CPP preprocessing.
:   
:   Merge boot0.s and boot0sio.s into boot0_512.s controlled by "#ifdef SIO".
:   
:   Add Makefile magic to generate boot0.s and boot0sio.s from boot0_512.s.
:   
:   The compile boot0 and boot0sio have unchanged MD5 checksums.
:   
:   Revision  Changes    Path
:   1.26      +6 -0      src/sys/boot/i386/boot0/Makefile
:   1.31      +0 -419    src/sys/boot/i386/boot0/boot0.s (dead)
:   1.1       +494 -0    src/sys/boot/i386/boot0/boot0_512.s (new)

Shouldn't this be boot0_512.S since it is pre-processed?

Warner


More information about the cvs-src mailing list