ubixos / src / sys / vmm /
@fsdfs fsdfs authored on 11 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. 20 years ago
README Start of VMM doc 20 years ago
copyvirtualspace.c begun conversion to new synchronization 19 years ago
createvirtualspace.c cleaned up dependencies. rewrote vmmCopyVirtualSpace. does not compile 19 years ago
getfreepage.c begun conversion to new synchronization 19 years ago
getfreevirtualpage.c begun conversion to new synchronization 19 years ago
getphysicaladdr.c cleaned up dependencies. rewrote vmmCopyVirtualSpace. does not compile 19 years ago
memory.c saving progress - uses new MM system. does not boot 19 years ago
page_fault.S reverting to old vmm. i may have modified something accidently when i wasted time indenting the code. 19 years ago
pagefault.c begun conversion to new synchronization 19 years ago
paging.c begun conversion to new synchronization 19 years ago
setpageattributes.c cleaned up dependencies. rewrote vmmCopyVirtualSpace. does not compile 19 years ago
unmappage.c cleaned up dependencies. rewrote vmmCopyVirtualSpace. does not compile 19 years ago
vmminit.c saving progress - uses new MM system. does not boot 19 years ago
README
UbixOS VMM (c) 2002-2004 UbixOS