Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   maxv
Date:           Sat Sep 30 11:43:57 UTC 2017

Modified Files:
        src/sys/arch/amd64/amd64: locore.S machdep.c
        src/sys/arch/i386/i386: locore.S machdep.c
        src/sys/arch/x86/include: pmap.h
        src/sys/arch/x86/x86: pmap.c

Log Message:
Add a bootspace structure. It describes the physical and virtual space
layout created by the early kernel bootstrap code. Start using it, and
eliminate several references to KERNBASE and other global symbols. While
here clean up xen-i386, it's really tiring.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.261 -r1.262 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.794 -r1.795 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/include/pmap.h
cvs rdiff -u -r1.257 -r1.258 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.




Home | Main Index | Thread Index | Old Index