Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/virt68k/virt68k
Module Name: src
Committed By: thorpej
Date: Thu Nov 6 04:24:30 UTC 2025
Modified Files:
src/sys/arch/virt68k/virt68k: locore.s
Log Message:
Don't hard-code RAM start as $0000.0000. Instead, dynamically compute
our relocation offset, and use it to access globals rather than assume
VA==PA.
XXX MMU enable / disable still assumes this, for now.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/virt68k/virt68k/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