
missing pte's, instead map in pte entries in pmap_enter(). The user ptes is no more handled by the VM system. All this made swapping start working on VAX again. Still to do: - Keep refcount per pte page, so that those pages get free'd when the process is swapped out. Right now they are only free'd when the pmap is destroyed. Many thanks to Chuck Silvers for all help finding the deadlock problems.
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%