CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/10/12 09:03:22
Modified files:
sys/arch/i386/stand/boot: Makefile
Log message:
Now that the file offset/alignment issue has been found and fixed, switch
back to using -N when linking i386 boot(8). This prevents issues with the
.data file offset becoming mismatched with its LMA, once the binary grows.
