Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SimpleList now implements removeOnce(const T& value); | Alexis211 | 2009-10-11 | 1 | -0/+11 |
| | | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed. | ||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -0/+5 |
| | |||||
* | Added a single linked list simple class (SimpleList) | Alexis211 | 2009-10-11 | 1 | -0/+54 |
| | |||||
* | Added a simple random generator | Alexis211 | 2009-10-11 | 2 | -0/+30 |
| | |||||
* | Keymaps are now loaded from ramfs. | Alexis211 | 2009-09-20 | 1 | -1/+5 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 2 | -1/+5 |
| | |||||
* | Lot of changes. Log now go to /System/Logs/*.log | Alexis211 | 2009-09-19 | 4 | -15/+27 |
| | |||||
* | Implemented ByteArray and wf command. | Alexis211 | 2009-09-19 | 3 | -0/+96 |
| | |||||
* | END. | Alexis211 | 2009-09-19 | 3 | -26/+8 |
| | |||||
* | More work | Alexis211 | 2009-09-19 | 3 | -34/+10 |
| | |||||
* | Started conversion from String to BasicString<WChar> | Alexis211 | 2009-09-19 | 4 | -83/+234 |
| | |||||
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 4 | -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.h | Alexis211 | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | Added stuff to WChar and String classes. | Alexis211 | 2009-09-16 | 4 | -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. | Alexis211 | 2009-09-15 | 3 | -13/+21 |
| | |||||
* | We now can navigate in the VFS using the integrated shell. | Alexis211 | 2009-09-13 | 4 | -25/+42 |
| | |||||
* | Kernel can now load an Initrd. | Alexis211 | 2009-09-13 | 1 | -1/+8 |
| | |||||
* | RamFS creatable but not loadable yet | Alexis211 | 2009-09-13 | 4 | -10/+21 |
| | |||||
* | Ram file system seems to work \o/ | Alexis211 | 2009-09-13 | 4 | -20/+20 |
| | |||||
* | Nothing, really | Alexis211 | 2009-09-11 | 4 | -45/+45 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 1 | -0/+6 |
| | |||||
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 5 | -48/+178 |
| | |||||
* | . | Alexis211 | 2009-08-29 | 2 | -0/+16 |
| | |||||
* | cleanup | Alexis211 | 2009-08-29 | 2 | -0/+0 |
| | |||||
* | Some changes | Alexis211 | 2009-08-29 | 2 | -0/+0 |
| | |||||
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 8 | -0/+622 |