summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager/Thread.class.cpp
Commit message (Expand)AuthorAgeFilesLines
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-201-2/+4
* LMAlexis2112009-11-151-0/+2
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-12/+20
* More work on syscalls and shellAlexis2112009-10-231-1/+4
* Fixed a bug with paging/tasking.Alexis2112009-10-231-0/+1
* More workAlexis2112009-10-211-10/+12
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-201-0/+5
* We now have call tables for ressources.Alexis2112009-10-201-6/+9
* More work on syscallsAlexis2112009-10-181-1/+12
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-2/+2
* More work on syscallsAlexis2112009-10-181-3/+22
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-0/+1
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-1/+0
* User mode code can now run !Alexis2112009-10-171-6/+53
* Each thread now has a kernel stack and an user stackAlexis2112009-10-171-16/+21
* Each Process now has a user heap.Alexis2112009-10-171-2/+2
* We now use a temporary stack in task management for :Alexis2112009-10-161-1/+2
* Tasking now works with linked listsAlexis2112009-10-111-1/+1
* Added a simple random generatorAlexis2112009-10-111-0/+1
* Exiting from a thread now works without hanging everything.Alexis2112009-10-091-2/+1
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-8/+10
* Added stuff to WChar and String classes.Alexis2112009-09-161-1/+1
* Ok, exception handling happens in Thread::.Alexis2112009-09-061-0/+39
* Bug correctionAlexis2112009-09-061-2/+0
* Maybee some changesAlexis2112009-09-021-7/+10
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+106