summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-108-130/+72
* 0.0.4 is outAlexis2112010-04-083-5/+1
* More work on managerAlexis2112010-04-0729-101/+474
* Some stuff added to userland.Alexis2112010-04-054-1/+58
* More work on IPC.Alexis2112010-04-0514-16/+100
* Shared memory segment manager in userlandAlexis2112010-03-319-9/+185
* More work on IPC and userland tools.Alexis2112010-03-3024-37/+692
* IPC documented, still not tested.Alexis2112010-03-263-16/+26
* IPC not tested but suposedly working.Alexis2112010-03-2416-59/+337
* More work on IPCAlexis2112010-03-2317-35/+290
* old uncommited changes commitedAlexis2112010-03-0217-19/+230
* Added thread_new syscallAlexis2112010-02-097-14/+39
* Added user mode support and monitor_writeDecAlexis2112010-02-0917-17/+159
* ReorganisationAlexis2112010-02-0644-17/+98
* Everything seems to work : loading a module that displays a message.Alexis2112010-02-0510-19/+23
* More work, does not workAlexis2112010-02-0511-364/+116
* Elf loader addedAlexis2112010-02-054-3/+108
* More work on tasking, paging, syscalls, stuff.Alexis2112010-02-0510-239/+383
* Start work on syscalls, advanced tasking, segmentationAlexis2112010-02-0511-133/+333
* Start syscall workAlexis2112010-02-036-129/+186
* ReogranizationAlexis2112010-02-0328-174/+180
* Minor changesAlexis2112010-01-251-1/+1
* First commitAlexis2112010-01-2531-0/+1953