summaryrefslogtreecommitdiff
path: root/src/kernel/mem/paging.c
Commit message (Collapse)AuthorAgeFilesLines
* Basic object system - THIS IS STILL A LONG WAY TO GO!!Alex AUVOLAT2012-05-011-7/+6
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-011-3/+2
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-6/+12
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-11/+13
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-7/+8
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-1/+26
|
* More work on managerAlexis2112010-04-071-1/+1
|
* More work on IPC and userland tools.Alexis2112010-03-301-1/+0
|
* IPC not tested but suposedly working.Alexis2112010-03-241-3/+3
|
* Added user mode support and monitor_writeDecAlexis2112010-02-091-1/+1
|
* ReorganisationAlexis2112010-02-061-0/+171