ubixos / src / sys / vmm /
@reddawg reddawg authored on 21 Nov 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 Major: 20 years ago
createvirtualspace.c Major: 20 years ago
getfreepage.c Add locking get GetFreePage 20 years ago
getfreevirtualpage.c Major: 20 years ago
getphysicaladdr.c Major: 20 years ago
memory.c ok time for bed 20 years ago
page_fault.S Adjusted fault handler 20 years ago
pagefault.c task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly 20 years ago
paging.c ok reverted back to old scheduling for now.... 20 years ago
setpageattributes.c Major: 20 years ago
unmappage.c test code, fixes and the like 20 years ago
vmminit.c Major: 20 years ago
README
UbixOS VMM (c) 2002-2004 UbixOS