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