CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/24 07:43:25
Modified files:
sys/arch/arm/arm: locore.S
sys/arch/arm/include: machdep.h
sys/arch/armv7/armv7: armv7_machdep.c armv7_start.S
Log message:
If the value of r0 upon entering the kernel is zero, interpret this as the
address of the end of the symbol table. This will make it possible to get
rid of the code in the bootloader that patches up the kernel with the updated
esym value.
ok tom@, patrick@
