Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 5 | -60/+76 |
| | |||||
* | Added a single linked list simple class (SimpleList) | Alexis211 | 2009-10-11 | 1 | -13/+10 |
| | |||||
* | Added a simple random generator | Alexis211 | 2009-10-11 | 1 | -0/+1 |
| | |||||
* | Exiting from a thread now works without hanging everything. | Alexis211 | 2009-10-09 | 4 | -6/+39 |
| | |||||
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 4 | -13/+18 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 2 | -2/+2 |
| | |||||
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 3 | -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. | Alexis211 | 2009-09-16 | 1 | -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. | Alexis211 | 2009-09-13 | 2 | -1/+26 |
| | |||||
* | Ok, exception handling happens in Thread::. | Alexis211 | 2009-09-06 | 3 | -0/+42 |
| | |||||
* | Bug correction | Alexis211 | 2009-09-06 | 3 | -7/+1 |
| | |||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 5 | -11/+17 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 6 | -5/+64 |
| | |||||
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 7 | -0/+501 |