CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/10/12 08:58:26
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/i386/stand/boot: Makefile
Added files:
sys/arch/amd64/stand/boot: check-boot.pl
sys/arch/i386/stand/boot: check-boot.pl
Log message:
Add a script that checks the file offsets for boot(8)'s .text and .data
sections match up with their LMAs. This is necessary since biosboot does
not perform relocation.
Discussed with deraadt@
