Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/arm26/conf



Module Name:    syssrc
Committed By:   bjh21
Date:           Sat Jul 28 13:48:33 UTC 2001

Modified Files:
        syssrc/sys/arch/arm26/conf: Makefile.arm26

Log Message:
Use ld -N (OMAGIC), since this saves the 32k of RAM (by not putting a gap
between text and data) and means that loadfile only needs one backward seek
to load the file rather than two (which is important for gzipped kernels).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arm26/conf/Makefile.arm26

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index