ubixos / src / sys / vmm /
@reddawg reddawg authored on 24 Jul 2004
..
Makefile Lots of changes to the vmm subsystem.... Page faults have been adjust to now be blocking on a per thread basis not system wide. This has resulted in no more deadlocks.. also the addition of per thread locking has removed segfaults as a result of COW in which two tasks fault the same COW page and try to modify it. 20 years ago
README Start of VMM doc 20 years ago
copyvirtualspace.c assert: remade assert 20 years ago
createvirtualspace.c UbixOS v1.0 21 years ago
getfreepage.c Changes... mark let me know if you fault at pid 185 when you type stress 20 years ago
getfreevirtualpage.c ok last of my commits for the night I'm going to bed 20 years ago
getphysicaladdr.c Fixed bug with & 20 years ago
memory.c Changes... mark let me know if you fault at pid 185 when you type stress 20 years ago
page_fault.S Oh yeah try this one 20 years ago
pagefault.c Changes... mark let me know if you fault at pid 185 when you type stress 20 years ago
paging.c Oh yeah try this one 20 years ago
setpageattributes.c assert: remade assert 20 years ago
unmappage.c Cleaned Up 20 years ago
vmminit.c Updating Initialization Procedures 20 years ago
README
UbixOS VMM (c) 2002-2004 UbixOS