[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] VM curiosity



Out of idle curiosity I read a bit of this:  https://www.usenix.org/legacy/event/usenix99/full_papers/cranor/cranor.ps

It looks like the NetBSD UVM uses two layers, a machine dependent layer, called the pmap layer and an independent
layer for the high level functions.

The pmap layer is the same one as used by the older BSD vm and Mach (vm) used. Presumably there is an m68k
version available ?

I suspect the larger, independent layer would require a lot of work to function with freemint.

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/uvm/?only_with_tag=MAIN

Peter