aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Clean slab_alloc. Bug still here.Alex Auvolat2014-12-063-91/+109
* Trying to track an annoying bug.Alex Auvolat2014-12-0611-50/+177
* Corrections :Alex Auvolat2014-12-058-89/+95
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-044-5/+292
* Formatting fixesAlex Auvolat2014-12-043-3/+3
* Make paging work ! \o/Alex Auvolat2014-12-0411-117/+191
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-034-13/+80
* Implement kernel memory region allocator.Alex Auvolat2014-12-025-2/+367
* Begin implementation of pagingAlex Auvolat2014-12-025-5/+173
* Add physical page (frame) allocator.Alex Auvolat2014-12-027-7/+123
* Small adjustments:Alex Auvolat2014-12-0110-75/+139
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-0118-73/+577
* No, this time really add it.Alex Auvolat2014-11-302-2/+5
* Conformity of memset/memcpy ; implement memmove/memcmp.Alex Auvolat2014-11-302-8/+31
* More library functions & renaming.Alex Auvolat2014-11-307-19/+88
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-3012-130/+398
* Bare bones.Alex Auvolat2014-11-305-0/+320