Module Name: src Committed By: uwe Date: Mon Dec 18 23:12:43 UTC 2023
Modified Files: src/sys/arch/netwinder/conf: kern.ldscript Log Message: netwinder: fix base, minimize kern.ldscript diff with evbarm New binutils align to 0x10000, not 0x8000 (which makes sense), so adjust the base to be 0x10000 so that we are loaded at a page boundary and (I guess) don't smash the firmware in the first page. While here, sync with ldscript.evbarm. Makes my netwinder boot again. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/netwinder/conf/kern.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.