Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/virt68k
Module Name: src
Committed By: thorpej
Date: Fri Nov 14 00:44:15 UTC 2025
Modified Files:
src/sys/arch/virt68k/include: bootinfo.h
src/sys/arch/virt68k/virt68k: bootinfo.c locore.s
Log Message:
Clean up bootinfo startup:
- Be more explicit about whats PA vs VA, and make sure by the end of
bootinfo_startup1(), everything is set up for VA for subsequent
bootinfo calls.
- No longer need the "reloff" argument to bootinfo_startup2().
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/virt68k/include/bootinfo.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/virt68k/virt68k/bootinfo.c
cvs rdiff -u -r1.25 -r1.26 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