aboutsummaryrefslogtreecommitdiff
path: root/kernel/l0/region.c
Commit message (Collapse)AuthorAgeFilesLines
* Corrections :Alex Auvolat2014-12-051-23/+19
| | | | | - replace size_t by void* in many places - correct bug in region freeing code
* Formatting fixesAlex Auvolat2014-12-041-1/+1
|
* Make paging work ! \o/Alex Auvolat2014-12-041-21/+4
|
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-031-10/+71
|
* Implement kernel memory region allocator.Alex Auvolat2014-12-021-0/+293