aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/user/pager.c
Commit message (Collapse)AuthorAgeFilesLines
* Add simple shared memory facility to IPC (no syscall yet)Alex Auvolat2015-03-101-1/+5
|
* VESA mode setting ; displays kogata logo!Alex Auvolat2015-03-091-13/+58
|
* Implement V86 monitor and VESA mode detection.Alex Auvolat2015-03-091-0/+2
|
* Finish implementation of VFS pager.Alex Auvolat2015-03-091-24/+66
|
* Remove kernel region pf handlers ; fix forget-to-zero-out bug.Alex Auvolat2015-03-091-4/+4
|
* Partial implement VFS pager (enough for ISO9660!)Alex Auvolat2015-03-091-18/+111
| | | | Also add some debugging facilities (especially stack trace).
* Nullfs now uses pager.Alex Auvolat2015-03-091-22/+163
|
* Add pager interface ; implement basic functionnality to replace private maps.Alex Auvolat2015-03-091-0/+183