summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/Thread.class.h
Commit message (Expand)AuthorAgeFilesLines
* More work on syscallsAlexis2112009-10-181-1/+5
* User mode code can now run !Alexis2112009-10-171-0/+1
* Each thread now has a kernel stack and an user stackAlexis2112009-10-171-2/+6
* We now use a temporary stack in task management for :Alexis2112009-10-161-1/+1
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-3/+5
* Ok, exception handling happens in Thread::.Alexis2112009-09-061-0/+2
* Bug correctionAlexis2112009-09-061-4/+0
* Maybee some changesAlexis2112009-09-021-1/+4
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+56