ubixos-old / src / sys / vmm /
@fsdfs fsdfs authored on 6 Aug 2005
..
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. 21 years ago
README Start of VMM doc 21 years ago
copyvirtualspace.c Major: 21 years ago
createvirtualspace.c Major: 21 years ago
getfreepage.c Add locking get GetFreePage 21 years ago
getfreevirtualpage.c Major: 21 years ago
getphysicaladdr.c code clean up 20 years ago
memory.c ok time for bed 21 years ago
page_fault.S Adjusted fault handler 20 years ago
pagefault.c code clean up 20 years ago
paging.c ok reverted back to old scheduling for now.... 21 years ago
setpageattributes.c code clean up 20 years ago
unmappage.c test code, fixes and the like 21 years ago
vmminit.c code clean up 20 years ago
README
UbixOS VMM (c) 2002-2004 UbixOS