aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/include/pager.h
Commit message (Collapse)AuthorAgeFilesLines
* Add simple shared memory facility to IPC (no syscall yet)Alex Auvolat2015-03-101-1/+4
|
* VESA mode setting ; displays kogata logo!Alex Auvolat2015-03-091-2/+4
|
* Partial implement VFS pager (enough for ISO9660!)Alex Auvolat2015-03-091-2/+2
| | | | Also add some debugging facilities (especially stack trace).
* Nullfs now uses pager.Alex Auvolat2015-03-091-2/+8
|
* Add pager interface ; implement basic functionnality to replace private maps.Alex Auvolat2015-03-091-0/+73