ubixos / src / sys / mm /
@fsdfs fsdfs authored on 11 Aug 2005
..
Makefile update. stack corruption galore. first time is a charm, but the second 19 years ago
copyvirtualspace.c implemented kfree(). does not free contiguous blocks of virtual memory 19 years ago
getfreepage.c saving progress - uses new MM system. does not boot 19 years ago
kfree.c update. stack corruption galore. first time is a charm, but the second 19 years ago
kmalloc.c update. stack corruption galore. first time is a charm, but the second 19 years ago
memory.c origionally I intended to allocate all memory first, then remove free ("used") pages when someone wanted to allocate, but that would take too long to boot up, so I changed the logic to dynamically allocate; however this was not entirely 19 years ago
page_fault.S had to clean up the old files and not mix them with the new code 19 years ago
pagefault.c update. stack corruption galore. first time is a charm, but the second 19 years ago
vmminit.c adding files needed to compile 19 years ago