| Commit message (Expand) | Author | Age | Files | Lines |
* | Reading from the FAT12-formatted floppy works \o | Alexis211 | 2009-11-15 | 1 | -0/+1 |
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 1 | -1/+1 |
* | Modified the way of calling V86 procedures, and calling BIOS ints | Alexis211 | 2009-11-11 | 1 | -1/+1 |
* | Started working on some 2D gra | Alexis211 | 2009-11-10 | 1 | -0/+2 |
* | Switching to text mode now really switches to text mode. | Alexis211 | 2009-11-08 | 1 | -1/+1 |
* | Nothing, really : put some utility functions in V86.ns | Alexis211 | 2009-11-08 | 1 | -0/+1 |
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 1 | -0/+2 |
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 1 | -0/+1 |
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -1/+3 |
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -1/+1 |
* | Started working on user managment | Alexis211 | 2009-10-21 | 1 | -0/+1 |
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 1 | -0/+1 |
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -3/+4 |
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 1 | -1/+4 |
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -7/+7 |
* | We can now load ELF binaries !!! | Alexis211 | 2009-10-18 | 1 | -0/+1 |
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 1 | -0/+2 |
* | Each thread now has a kernel stack and an user stack | Alexis211 | 2009-10-17 | 1 | -1/+1 |
* | Each Process now has a user heap. | Alexis211 | 2009-10-17 | 1 | -1/+1 |
* | Heap is now in a separate class, Heap. | Alexis211 | 2009-10-13 | 1 | -0/+2 |
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -1/+1 |
* | Added a simple random generator | Alexis211 | 2009-10-11 | 1 | -1/+2 |
* | Nothing, really | Alexis211 | 2009-10-09 | 1 | -58/+59 |
* | The kernel shell is now in an independent class, KernelShell:: | Alexis211 | 2009-10-02 | 1 | -0/+3 |
* | Implemented FileVT. | Alexis211 | 2009-09-20 | 1 | -0/+1 |
* | Implemented PipeVT. | Alexis211 | 2009-09-20 | 1 | -0/+1 |
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 1 | -2/+4 |
* | Lot of changes. Log now go to /System/Logs/*.log | Alexis211 | 2009-09-19 | 1 | -0/+2 |
* | Implemented ByteArray and wf command. | Alexis211 | 2009-09-19 | 1 | -0/+1 |
* | Class for file descriptors introduced : File. Not used yet. | Alexis211 | 2009-09-13 | 1 | -0/+1 |
* | We now can navigate in the VFS using the integrated shell. | Alexis211 | 2009-09-13 | 1 | -0/+2 |
* | Ram file system seems to work \o/ | Alexis211 | 2009-09-13 | 1 | -0/+1 |
* | Nothing, really | Alexis211 | 2009-09-11 | 1 | -1/+1 |
* | Added read() and write() functions to Partition:: | Alexis211 | 2009-09-06 | 1 | -1/+1 |
* | Now we can read frop floppy drives !!! Next : FAT driver. | Alexis211 | 2009-08-31 | 1 | -1/+5 |
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 1 | -2/+6 |
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 1 | -1/+2 |
* | The Melon kernel now has support for simple multitasking | Alexis211 | 2009-08-29 | 1 | -0/+4 |
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 1 | -2/+15 |
* | Kernel now loads in higher half, and uses a VT for output. | Alexis211 | 2009-08-21 | 1 | -0/+2 |
* | System boots up and shows a nice ASCII art logo. | Alexis211 | 2009-08-21 | 1 | -0/+50 |