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: Thu Nov 6 05:25:41 UTC 2025
Modified Files:
src/sys/arch/virt68k/include: bootinfo.h
src/sys/arch/virt68k/virt68k: bootinfo.c locore.s
Log Message:
Change bootinfo_start() to return the address representing the end
of the boot info structure. Use this in early bootstrap to avoid
a global reference before the MMU is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/virt68k/include/bootinfo.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/virt68k/virt68k/bootinfo.c
cvs rdiff -u -r1.20 -r1.21 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