summaryrefslogtreecommitdiff
path: root/src/kernel/core/kmain.c
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-5/+5
* New heap, simple and bug-free, but inefficient.katchup2010-12-121-4/+11
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-0/+3
* Added priorities to the scheduler.Alexis2112010-08-101-5/+2
* thread_sleep functions redone.Alexis2112010-08-101-1/+1
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-2/+10
* 0.0.4 is outAlexis2112010-04-081-1/+1
* More work on managerAlexis2112010-04-071-2/+3
* IPC not tested but suposedly working.Alexis2112010-03-241-3/+4
* Added thread_new syscallAlexis2112010-02-091-1/+1
* Added user mode support and monitor_writeDecAlexis2112010-02-091-1/+1
* ReorganisationAlexis2112010-02-061-0/+63