Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 2 | -3/+15 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 1 | -0/+4 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 7 | -104/+5 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -12/+1 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | User mode code can now run ! | Alexis211 | 2009-10-17 | 2 | -1/+19 |
| | | | | | | We have a sample process (hardcoded in ASM in Task.wtf.asm) that displays a's and sleeps 20ms, but it's on a hidden virtual terminal so it's useless :D | ||||
* | Heap is now in a separate class, Heap. | Alexis211 | 2009-10-13 | 1 | -1/+2 |
| | |||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 2 | -5/+5 |
| | |||||
* | Added a simple random generator | Alexis211 | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Added a nice animation for the melon logo at boot | Alexis211 | 2009-10-10 | 1 | -6/+45 |
| | |||||
* | Nothing, really | Alexis211 | 2009-10-09 | 1 | -1/+2 |
| | |||||
* | Exiting from a thread now works without hanging everything. | Alexis211 | 2009-10-09 | 2 | -4/+4 |
| | |||||
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -160/+13 |
| | |||||
* | Nothing intresting | Alexis211 | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | Implemented FileVT. | Alexis211 | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | Implemented PipeVT. | Alexis211 | 2009-09-20 | 1 | -0/+1 |
| | |||||
* | Added some screenshots :) | Alexis211 | 2009-09-20 | 2 | -2/+2 |
| | |||||
* | Keymaps are now loaded from ramfs. | Alexis211 | 2009-09-20 | 1 | -2/+10 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 3 | -9/+26 |
| | |||||
* | Lot of changes. Log now go to /System/Logs/*.log | Alexis211 | 2009-09-19 | 3 | -14/+72 |
| | |||||
* | Implemented ByteArray and wf command. | Alexis211 | 2009-09-19 | 1 | -1/+18 |
| | |||||
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 1 | -2/+2 |
| | | | | | | 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 | -9/+9 |
| | |||||
* | Added stuff to WChar and String classes. | Alexis211 | 2009-09-16 | 2 | -3/+6 |
| | | | | | | | 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 | 1 | -11/+9 |
| | |||||
* | Added some screenshots and modified some stuff. | Alexis211 | 2009-09-15 | 1 | -4/+4 |
| | |||||
* | Added a few commands to kernel shell (rm && mkdir). | Alexis211 | 2009-09-14 | 1 | -10/+26 |
| | | | | Also fixed a bug in VFS::remove. | ||||
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 1 | -1/+2 |
| | |||||
* | Changed welcome text and added a few error messages. | Alexis211 | 2009-09-13 | 1 | -8/+14 |
| | |||||
* | We now can navigate in the VFS using the integrated shell. | Alexis211 | 2009-09-13 | 1 | -27/+64 |
| | |||||
* | Kernel can now load an Initrd. | Alexis211 | 2009-09-13 | 1 | -6/+6 |
| | |||||
* | Ram file system seems to work \o/ | Alexis211 | 2009-09-13 | 1 | -0/+26 |
| | |||||
* | Fixed some bugs | Alexis211 | 2009-09-12 | 4 | -15/+43 |
| | |||||
* | Nothing, really | Alexis211 | 2009-09-11 | 1 | -2/+1 |
| | |||||
* | Added read() and write() functions to Partition:: | Alexis211 | 2009-09-06 | 4 | -15/+61 |
| | | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors. | ||||
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -0/+0 |
| | |||||
* | Now we can read frop floppy drives !!! Next : FAT driver. | Alexis211 | 2009-08-31 | 3 | -1/+27 |
| | |||||
* | Added a few commands to built-in shell, and made a few scrshots. | Alexis211 | 2009-08-31 | 2 | -0/+21 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 4 | -31/+68 |
| | |||||
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 2 | -0/+1 |
| | |||||
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -2/+9 |
| | |||||
* | cleanup | Alexis211 | 2009-08-29 | 5 | -0/+0 |
| | |||||
* | Some changes | Alexis211 | 2009-08-29 | 6 | -6/+9 |
| | |||||
* | Some changes | Alexis211 | 2009-08-28 | 2 | -8/+14 |
| | |||||
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 8 | -30/+99 |
| | |||||
* | Kernel now loads in higher half, and uses a VT for output. | Alexis211 | 2009-08-21 | 10 | -7/+63 |
| | |||||
* | System boots up and shows a nice ASCII art logo. | Alexis211 | 2009-08-21 | 15 | -0/+321 |