Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/next68k/next68k
Module Name: src
Committed By: thorpej
Date: Wed Dec 10 02:31:04 UTC 2025
Modified Files:
src/sys/arch/next68k/next68k: genassym.cf locore.s
Log Message:
Use the common mmu_enable.s. We employ the same "temp VA==PA mapping using
TT registers" strategy as before, except now we let the regular mmu_tt{30,40}
arrays hold the for-bootstrap values. After the MMU is turned on, we then
clear those arrays and re-load from them to disable TT.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/next68k/next68k/genassym.cf
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/next68k/next68k/locore.s
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