Module Name: src Committed By: maxv Date: Sat Nov 11 12:51:06 UTC 2017
Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/amd64/stand/prekern: mm.c prekern.h src/sys/arch/i386/i386: machdep.c src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: db_memrw.c pmap.c Log Message: Modify the layout of the bootspace structure, in such a way that it can contain several kernel segments of the same type (eg several .text segments). Some parts are still a bit messy but will be cleaned up soon. I cannot compile-test this change on i386, but it seems fine enough. NOTE: you need to rebuild and reinstall a new prekern after this change. To generate a diff of this commit: cvs rdiff -u -r1.275 -r1.276 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amd64/stand/prekern/mm.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amd64/stand/prekern/prekern.h cvs rdiff -u -r1.798 -r1.799 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.70 -r1.71 src/sys/arch/x86/include/pmap.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/db_memrw.c cvs rdiff -u -r1.263 -r1.264 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.