summaryrefslogtreecommitdiff
path: root/src/kernel/core
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes to display.Alexis2112010-09-111-8/+6
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-105-2/+43
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Some changes to stack tracing.Alexis2112010-08-132-6/+23
|
* 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-105-23/+52
|
* Using a cross-compiler. Better makefile system.Alexis2112010-08-101-1/+1
|
* 0.0.4 is outAlexis2112010-04-081-1/+1
|
* More work on managerAlexis2112010-04-072-3/+4
|
* IPC not tested but suposedly working.Alexis2112010-03-241-3/+4
|
* Added thread_new syscallAlexis2112010-02-092-2/+2
|
* Added user mode support and monitor_writeDecAlexis2112010-02-095-2/+29
|
* ReorganisationAlexis2112010-02-067-0/+344