summaryrefslogtreecommitdiff
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* No more global list of threads, one list of threads per process.Alexis2112010-08-103-21/+21
* Now using a simple Round Robin scheduler.Alexis2112010-08-105-21/+46
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-102-9/+15
* thread_sleep functions redone.Alexis2112010-08-105-41/+73
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-1024-62/+232
* Using a cross-compiler. Better makefile system.Alexis2112010-08-102-36/+12
* 0.0.4 is outAlexis2112010-04-081-1/+1
* More work on managerAlexis2112010-04-0712-40/+91
* More work on IPC.Alexis2112010-04-053-3/+13
* Shared memory segment manager in userlandAlexis2112010-03-312-2/+6
* More work on IPC and userland tools.Alexis2112010-03-3012-23/+84
* IPC documented, still not tested.Alexis2112010-03-262-7/+17
* IPC not tested but suposedly working.Alexis2112010-03-2413-51/+248
* More work on IPCAlexis2112010-03-2311-27/+263
* old uncommited changes commitedAlexis2112010-03-0215-19/+225
* Added thread_new syscallAlexis2112010-02-094-8/+21
* Added user mode support and monitor_writeDecAlexis2112010-02-0914-13/+149
* ReorganisationAlexis2112010-02-0636-0/+2158