summaryrefslogtreecommitdiff
path: root/src/kernel/mem
Commit message (Expand)AuthorAgeFilesLines
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-184-7/+6
* Minor changes.Alex AUVOLAT2012-05-181-7/+7
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-173-26/+8
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-172-3/+3
* Fixed some nasty bugs.Alex AUVOLAT2012-05-171-2/+2
* Now booting on CD-ROM.Alex AUVOLAT2012-05-171-0/+1
* More OOP;Alex AUVOLAT2012-05-043-68/+77
* Migration to C++!Alex AUVOLAT2012-05-048-90/+91
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-015-4/+17
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-0111-495/+6303
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-016-16/+26
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-011-2/+0
* New heap, simple and bug-free, but inefficient.katchup2010-12-126-241/+432
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-103-16/+27
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-109-14/+92
* More work on managerAlexis2112010-04-072-1/+2
* More work on IPC and userland tools.Alexis2112010-03-304-2/+23
* IPC not tested but suposedly working.Alexis2112010-03-243-5/+5
* old uncommited changes commitedAlexis2112010-03-022-6/+7
* Added user mode support and monitor_writeDecAlexis2112010-02-093-2/+55
* ReorganisationAlexis2112010-02-0610-0/+752