summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager
Commit message (Collapse)AuthorAgeFilesLines
* We now have scrollable virtual terminals !Alexis2112009-09-202-2/+2
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-183-9/+21
| | | | | | mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers
* Added stuff to WChar and String classes.Alexis2112009-09-161-1/+1
| | | | | | | WChar can now decode utf16 and utf32, and encode utf8 and utf32. String now has functions append(), concat(), compare() and affect() with different prototypes for char[] arrays, so that we can use it as well with utf8, utf16 and utf32.
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-132-1/+26
|
* Ok, exception handling happens in Thread::.Alexis2112009-09-063-0/+42
|
* Bug correctionAlexis2112009-09-063-7/+1
|
* Maybee some changesAlexis2112009-09-025-11/+17
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-316-5/+64
|
* We now have (partial) support for UTF-8.Alexis2112009-08-291-1/+1
|
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-297-0/+501