aboutsummaryrefslogtreecommitdiff
path: root/MemDriverLib/MemDriverLib.cpp
Commit message (Collapse)AuthorAge
* do not rely on the exact size during VALLOC and do not manually calculate ↵Toni Uhlig2019-09-21
| | | | the page size (which was done wrong) since it is done by the OS
* added VAlloc, VFree and VUnlink in user space library MemDriverLibToni Uhlig2019-09-18
|
* project structure refactoringToni Uhlig2019-07-07
|
* added memory driver user space libraryToni Uhlig2019-06-24