Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mvme68k/mvme68k
Module Name: src
Committed By: thorpej
Date: Sun Nov 16 17:59:52 UTC 2025
Modified Files:
src/sys/arch/mvme68k/mvme68k: genassym.cf locore.s machdep.c
pmap_bootstrap.c seglist.h
Log Message:
Add ps_avail_{start,end} fields to phys_seg_list_t. They initially get
set to the same values as ps_{start,end}, but this is where memory is
stolen from and the values used to load it into UVM.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/mvme68k/mvme68k/genassym.cf
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/mvme68k/mvme68k/locore.s
cvs rdiff -u -r1.166 -r1.167 src/sys/arch/mvme68k/mvme68k/machdep.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mvme68k/mvme68k/seglist.h
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