| Commit message (Expand) | Author | Age | Files | Lines |
* | Introducing FWIK, the userland C++ framework. Far from complete. | Alex AUVOLAT | 2012-05-19 | 4 | -5/+6 |
* | Added ANSI support, minimal readline-like library. | Alex AUVOLAT | 2012-05-19 | 10 | -46/+228 |
* | Added some stuff. | Alex AUVOLAT | 2012-05-18 | 1 | -1/+7 |
* | Simple shell added. Simple fprintf function added too. | Alex AUVOLAT | 2012-05-18 | 6 | -10/+22 |
* | Can now spawn new processes. | Alex AUVOLAT | 2012-05-18 | 6 | -39/+116 |
* | Added process arguments when loaded as modules. | Alex AUVOLAT | 2012-05-18 | 6 | -25/+76 |
* | Added initrd. Status: VFS support, totally useless shell. | Alex AUVOLAT | 2012-05-18 | 9 | -7/+172 |
* | Improvements. Next: initrd. | Alex AUVOLAT | 2012-05-18 | 4 | -5/+6 |
* | The keyboard handling, it's getting better. + Funny screenshot. | Alex AUVOLAT | 2012-05-18 | 8 | -26/+146 |
* | A bit of a change in the directory layout. | Alex AUVOLAT | 2012-05-18 | 13 | -21/+165 |
* | Minor changes. | Alex AUVOLAT | 2012-05-18 | 7 | -50/+57 |
* | Devices using the VFS structure. Basic keyboard handler. | Alex AUVOLAT | 2012-05-17 | 25 | -227/+745 |
* | Beginning of a VFS implemented. C++ is great. | Alex AUVOLAT | 2012-05-17 | 14 | -29/+345 |
* | Bump. | Alex AUVOLAT | 2012-05-17 | 1 | -1/+1 |
* | Fixed some nasty bugs. | Alex AUVOLAT | 2012-05-17 | 7 | -11/+14 |
* | Now booting on CD-ROM. | Alex AUVOLAT | 2012-05-17 | 1 | -0/+1 |
* | Nothing, just reverted some shit. | Alex AUVOLAT | 2012-05-17 | 1 | -15/+11 |
* | Added some documentation about the coming VFS. | Alex AUVOLAT | 2012-05-17 | 1 | -0/+2 |
* | Object version of earray | Alex AUVOLAT | 2012-05-04 | 3 | -1/+194 |
* | Preparations. | Alex AUVOLAT | 2012-05-04 | 3 | -19/+25 |
* | More OOP; | Alex AUVOLAT | 2012-05-04 | 9 | -75/+127 |
* | Minor changes (more OOP constructs); | Alex AUVOLAT | 2012-05-04 | 7 | -82/+56 |
* | Migration to C++! | Alex AUVOLAT | 2012-05-04 | 29 | -264/+303 |
* | Now using Doug Lea's malloc for userland too. And improved stability. | Alex AUVOLAT | 2012-05-01 | 18 | -121/+106 |
* | Now using Doug Lea's malloc in kernel land. Next: same in userland. | Alex AUVOLAT | 2012-05-01 | 19 | -507/+6344 |
* | Some cleanup ; relocated the kernel at 0xC0000000 | Alex AUVOLAT | 2012-05-01 | 20 | -237/+61 |
* | It's alive! Or is it? No, it's not. | Alex AUVOLAT | 2012-05-01 | 3 | -4/+2 |
* | New heap, simple and bug-free, but inefficient. | katchup | 2010-12-12 | 11 | -267/+492 |
* | Minor changes to display. | Alexis211 | 2010-09-11 | 1 | -8/+6 |
* | Removed all old object/request/... stuff (that was crap) | Alexis211 | 2010-09-10 | 8 | -501/+4 |
* | Each thread has its own stack. Added simple unit tests for kmalloc,kfree | Alexis211 | 2010-09-10 | 15 | -42/+97 |
* | Some changes to stack tracing. | Alexis211 | 2010-08-13 | 4 | -15/+27 |
* | Added priorities to the scheduler. | Alexis211 | 2010-08-10 | 3 | -21/+42 |
* | No more global list of threads, one list of threads per process. | Alexis211 | 2010-08-10 | 3 | -21/+21 |
* | Now using a simple Round Robin scheduler. | Alexis211 | 2010-08-10 | 5 | -21/+46 |
* | Changed idt_waitIrq to support multiple waiting threads. | Alexis211 | 2010-08-10 | 2 | -9/+15 |
* | thread_sleep functions redone. | Alexis211 | 2010-08-10 | 5 | -41/+73 |
* | Added a lot of comments in kernel code. A bit of cleaning too. | Alexis211 | 2010-08-10 | 24 | -62/+232 |
* | Using a cross-compiler. Better makefile system. | Alexis211 | 2010-08-10 | 2 | -36/+12 |
* | 0.0.4 is out | Alexis211 | 2010-04-08 | 1 | -1/+1 |
* | More work on manager | Alexis211 | 2010-04-07 | 12 | -40/+91 |
* | More work on IPC. | Alexis211 | 2010-04-05 | 3 | -3/+13 |
* | Shared memory segment manager in userland | Alexis211 | 2010-03-31 | 2 | -2/+6 |
* | More work on IPC and userland tools. | Alexis211 | 2010-03-30 | 12 | -23/+84 |
* | IPC documented, still not tested. | Alexis211 | 2010-03-26 | 2 | -7/+17 |
* | IPC not tested but suposedly working. | Alexis211 | 2010-03-24 | 13 | -51/+248 |
* | More work on IPC | Alexis211 | 2010-03-23 | 11 | -27/+263 |
* | old uncommited changes commited | Alexis211 | 2010-03-02 | 15 | -19/+225 |
* | Added thread_new syscall | Alexis211 | 2010-02-09 | 4 | -8/+21 |
* | Added user mode support and monitor_writeDec | Alexis211 | 2010-02-09 | 14 | -13/+149 |