Virt Mem on V.4

Malaclypse the Elder dwc at cbnewsh.ATT.COM
Tue Jul 11 07:37:05 AEST 1989


In article <10499 at smoke.BRL.MIL>, gwyn at smoke.BRL.MIL (Doug Gwyn) writes:
> From the AT&T BOF at USENIX recently, I'd say that the region approach
> was totally replaced by VM.  The implication is that SVR4 will be a
> real bitch to port to a system that doesn't have an MMU that conforms
> to the VM model.  E.g. some supercomputers..

from what i have seen of the code, at&t's VM code should not be too
hard to port to non-VM machines.  you just have to make sure that you
will never take a page fault and then the hat routines will mostly be
no-ops.  .  then you just make all the segment drivers no-ops (or
define new segment types).  of course, you'll lose all the nice memory
mapping (e.g. mmap()) system calls.

danny chen
att!hocus!dwc



More information about the Comp.unix.questions mailing list