History log of /src/sys/arch/virt68k/conf/files.virt68k
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 08-Nov-2025 thorpej

__HAVE_NEW_PMAP_68K glue.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.4 13-Jan-2024 thorpej

Switch to common m68k vector table.


# 1.3 09-Jan-2024 thorpej

Remove duplicated / slightly-tweaked loadustp() (load user segment table)
routines from all of the m68k ports using the shared pmap. Instead, in
pmap_init(), set up a function pointer to the appropriate mmu_load_urp*()
function in mmu_subr.s.


# 1.2 02-Jan-2024 thorpej

Add a driver for the Qemu Virtual System Controller that can be used
to halt or reset the system.


# 1.1 02-Jan-2024 thorpej

Add a port to the Qemu m68k "virt" platform, a 68040-based virtual machine
with VirtIO I/O devices.

This is a work-in-progress, but "successfully mounts root file system
and then complains about missing /sbin/init that is, in fact, not there"
seems like a good checkpoint.