summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/Process.class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Each Process now has a user heap.Alexis2112009-10-171-12/+11
* We now use a temporary stack in task management for :Alexis2112009-10-161-1/+1
* Process now uses a linked list for associated file descriptors.Alexis2112009-10-131-12/+6
* Tasking now works with linked listsAlexis2112009-10-111-1/+1
* Exiting from a thread now works without hanging everything.Alexis2112009-10-091-4/+5
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-0/+1
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-1/+21
* Ok, exception handling happens in Thread::.Alexis2112009-09-061-0/+1
* Maybee some changesAlexis2112009-09-021-1/+1
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-1/+10
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+85