Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 15 | -181/+351 |
| | |||||
* | Nothing intresting | Alexis211 | 2009-09-26 | 12 | -20/+90 |
| | |||||
* | Implemented FileVT. | Alexis211 | 2009-09-20 | 8 | -3/+90 |
| | |||||
* | Implemented PipeVT. | Alexis211 | 2009-09-20 | 7 | -1/+58 |
| | |||||
* | Added some screenshots :) | Alexis211 | 2009-09-20 | 10 | -2/+2 |
| | |||||
* | Keymaps are now loaded from ramfs. | Alexis211 | 2009-09-20 | 12 | -11/+95 |
| | |||||
* | Merge branch 'advt' | Alexis211 | 2009-09-20 | 27 | -136/+324 |
|\ | | | | | | | | | | | | | Conflicts: Source/Kernel/Melon.ke Source/Kernel/VTManager/SimpleVT.class.cpp Source/Kernel/VTManager/VirtualTerminal.proto.h | ||||
| * | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 28 | -140/+327 |
| | | |||||
* | | Nothing, really. | Alexis211 | 2009-09-20 | 3 | -5/+4 |
|/ | |||||
* | Oops... TextFile.class.* wasn't included in previous commit... | Alexis211 | 2009-09-20 | 2 | -0/+42 |
| | |||||
* | Lot of changes. Log now go to /System/Logs/*.log | Alexis211 | 2009-09-19 | 14 | -48/+135 |
| | |||||
* | Implemented ByteArray and wf command. | Alexis211 | 2009-09-19 | 8 | -3/+147 |
| | |||||
* | END. | Alexis211 | 2009-09-19 | 4 | -26/+8 |
| | |||||
* | More work | Alexis211 | 2009-09-19 | 4 | -34/+10 |
| | |||||
* | Started conversion from String to BasicString<WChar> | Alexis211 | 2009-09-19 | 5 | -83/+234 |
| | |||||
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 15 | -33/+53 |
| | | | | | | 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 | 8 | -15/+22 |
| | |||||
* | Added stuff to WChar and String classes. | Alexis211 | 2009-09-16 | 8 | -50/+145 |
| | | | | | | | 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 | 6 | -25/+32 |
| | |||||
* | Added some screenshots and modified some stuff. | Alexis211 | 2009-09-15 | 7 | -4/+4 |
| | |||||
* | Added a few commands to kernel shell (rm && mkdir). | Alexis211 | 2009-09-14 | 10 | -16/+42 |
| | | | | Also fixed a bug in VFS::remove. | ||||
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 12 | -8/+338 |
| | |||||
* | Changed welcome text and added a few error messages. | Alexis211 | 2009-09-13 | 4 | -9/+26 |
| | |||||
* | Merge branch 'vfs' | Alexis211 | 2009-09-13 | 30 | -65/+776 |
|\ | |||||
| * | We now can navigate in the VFS using the integrated shell. | Alexis211 | 2009-09-13 | 21 | -98/+216 |
| | | |||||
| * | Kernel can now load an Initrd. | Alexis211 | 2009-09-13 | 10 | -11/+91 |
| | | |||||
| * | RamFS creatable but not loadable yet | Alexis211 | 2009-09-13 | 12 | -17/+161 |
| | | |||||
| * | Ram file system seems to work \o/ | Alexis211 | 2009-09-13 | 20 | -118/+317 |
| | | |||||
| * | Created some files | Alexis211 | 2009-09-13 | 11 | -2/+85 |
| | | |||||
| * | Started working on the VFS | Alexis211 | 2009-09-13 | 2 | -0/+87 |
| | | |||||
* | | Nothing, really | Alexis211 | 2009-09-13 | 1 | -1/+1 |
|/ | |||||
* | Fixed some bugs | Alexis211 | 2009-09-12 | 8 | -17/+45 |
| | |||||
* | Nothing, really | Alexis211 | 2009-09-11 | 21 | -76/+102 |
| | |||||
* | Added read() and write() functions to Partition:: | Alexis211 | 2009-09-06 | 8 | -16/+107 |
| | | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors. | ||||
* | Ok, exception handling happens in Thread::. | Alexis211 | 2009-09-06 | 6 | -44/+47 |
| | |||||
* | Bug correction | Alexis211 | 2009-09-06 | 7 | -1608/+4 |
| | |||||
* | Cleanup'ed a TODO | Alexis211 | 2009-09-06 | 2 | -2/+3 |
| | |||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 15 | -607/+650 |
| | |||||
* | Added screenshots | Alexis211 | 2009-08-31 | 3 | -0/+0 |
| | |||||
* | Now we can read frop floppy drives !!! Next : FAT driver. | Alexis211 | 2009-08-31 | 19 | -690/+1845 |
| | |||||
* | Added a few commands to built-in shell, and made a few scrshots. | Alexis211 | 2009-08-31 | 13 | -565/+609 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 24 | -680/+1482 |
| | |||||
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 20 | -649/+842 |
| | |||||
* | . | Alexis211 | 2009-08-29 | 5 | -251/+267 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 16 | -449/+1306 |
| | |||||
* | cleanup | Alexis211 | 2009-08-29 | 22 | -0/+0 |
| | |||||
* | Some changes | Alexis211 | 2009-08-29 | 23 | -6/+9 |
| | |||||
* | Some changes | Alexis211 | 2009-08-28 | 12 | -344/+356 |
| | |||||
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 54 | -190/+2584 |
| | |||||
* | Kernel now loads in higher half, and uses a VT for output. | Alexis211 | 2009-08-21 | 25 | -106/+501 |
| |