summaryrefslogtreecommitdiff
path: root/src/kernel/mem/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Migration to C++!Alex AUVOLAT2012-05-041-137/+0
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-34/+59
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-1/+3
* New heap, simple and bug-free, but inefficient.katchup2010-12-121-3/+14
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-1/+1
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-0/+4
* IPC not tested but suposedly working.Alexis2112010-03-241-1/+1
* ReorganisationAlexis2112010-02-061-0/+95