| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed some stuff about the Shell | Alexis211 | 2009-12-24 | 1 | -0/+6 |
* | Changed the way virtual terminal commands are handled | Alexis211 | 2009-12-23 | 10 | -99/+82 |
* | Made status bar into a namespace, and added functionnalities | Alexis211 | 2009-12-21 | 2 | -1/+5 |
* | Added a simple status bar for loading progress | Alexis211 | 2009-12-20 | 1 | -0/+2 |
* | [not tested] Introduced StreamApp.class | Alexis211 | 2009-12-20 | 1 | -1/+1 |
* | Added file streams and string streams | Alexis211 | 2009-12-20 | 1 | -0/+3 |
* | Minor edit | Alexis211 | 2009-11-29 | 1 | -0/+2 |
* | Changed the way keyboard handling works, fixing a bug. | Alexis211 | 2009-11-14 | 4 | -19/+25 |
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 8 | -9/+48 |
* | Modified the way of calling V86 procedures, and calling BIOS ints | Alexis211 | 2009-11-11 | 1 | -1/+5 |
* | Nothing, really : put some utility functions in V86.ns | Alexis211 | 2009-11-08 | 1 | -1/+1 |
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 3 | -22/+24 |
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -1/+1 |
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -0/+1 |
* | More work | Alexis211 | 2009-10-21 | 1 | -1/+2 |
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 2 | -0/+8 |
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 3 | -11/+44 |
* | More work on syscalls | Alexis211 | 2009-10-18 | 3 | -0/+21 |
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -1/+1 |
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 3 | -2/+24 |
* | Re-organized everything | Alexis211 | 2009-10-18 | 3 | -5/+5 |
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 3 | -3/+4 |
* | nothing | Alexis211 | 2009-10-17 | 1 | -1/+2 |
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -1/+1 |
* | Implemented FileVT. | Alexis211 | 2009-09-20 | 3 | -1/+87 |
* | Implemented PipeVT. | Alexis211 | 2009-09-20 | 4 | -1/+56 |
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 9 | -117/+274 |
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 3 | -5/+11 |
* | Merge branch 'vfs' | Alexis211 | 2009-09-13 | 2 | -3/+3 |
|\ |
|
| * | RamFS creatable but not loadable yet | Alexis211 | 2009-09-13 | 2 | -3/+3 |
* | | Nothing, really | Alexis211 | 2009-09-13 | 1 | -1/+1 |
|/ |
|
* | Nothing, really | Alexis211 | 2009-09-11 | 2 | -7/+7 |
* | Bug correction | Alexis211 | 2009-09-06 | 1 | -1/+0 |
* | Maybee some changes | Alexis211 | 2009-09-02 | 1 | -9/+9 |
* | Now we can read frop floppy drives !!! Next : FAT driver. | Alexis211 | 2009-08-31 | 2 | -0/+30 |
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 3 | -3/+83 |
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 2 | -16/+17 |
* | 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 | 4 | -4/+61 |
* | Kernel now loads in higher half, and uses a VT for output. | Alexis211 | 2009-08-21 | 2 | -0/+209 |