summaryrefslogtreecommitdiff
path: root/Source/Kernel/Library
Commit message (Collapse)AuthorAgeFilesLines
* END.Alexis2112009-09-193-26/+8
|
* More workAlexis2112009-09-193-34/+10
|
* Started conversion from String to BasicString<WChar>Alexis2112009-09-194-83/+234
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-184-16/+18
| | | | | | 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
* Color scheme is now configured in Config.hAlexis2112009-09-171-2/+2
|
* Added stuff to WChar and String classes.Alexis2112009-09-164-46/+138
| | | | | | | 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.
* cat command now uses the File class.Alexis2112009-09-153-13/+21
|
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-134-25/+42
|
* Kernel can now load an Initrd.Alexis2112009-09-131-1/+8
|
* RamFS creatable but not loadable yetAlexis2112009-09-134-10/+21
|
* Ram file system seems to work \o/Alexis2112009-09-134-20/+20
|
* Nothing, reallyAlexis2112009-09-114-45/+45
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-0/+6
|
* We now have (partial) support for UTF-8.Alexis2112009-08-295-48/+178
|
* .Alexis2112009-08-292-0/+16
|
* cleanupAlexis2112009-08-292-0/+0
|
* Some changesAlexis2112009-08-292-0/+0
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-228-0/+622