Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some option handling featurs to the default ShellApp class | Alexis211 | 2009-12-17 | 4 | -10/+168 |
| | |||||
* | New model, object-oriented, for applications | Alexis211 | 2009-12-16 | 4 | -25/+73 |
| | |||||
* | Nothing, really | Alexis211 | 2009-12-16 | 1 | -1/+2 |
| | |||||
* | Corrections | Alexis211 | 2009-12-09 | 1 | -4/+4 |
| | |||||
* | Some changes | Alexis211 | 2009-12-09 | 1 | -0/+3 |
| | |||||
* | Change on memory handling, and .iface.h files documented. | Alexis211 | 2009-12-09 | 1 | -4/+4 |
| | |||||
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 2 | -4/+17 |
| | |||||
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 2 | -0/+5 |
| | |||||
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 5 | -9/+17 |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | ||||
* | Some changes... | Alexis211 | 2009-10-26 | 2 | -4/+4 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 1 | -4/+4 |
| | |||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 2 | -2/+32 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 6 | -21/+104 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 1 | -0/+5 |
| | |||||
* | Some changes, and implemented rm in userland shell. | Alexis211 | 2009-10-23 | 4 | -12/+40 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -1/+19 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -1/+37 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 1 | -0/+10 |
| | |||||
* | More work | Alexis211 | 2009-10-21 | 2 | -2/+13 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 2 | -1/+28 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 5 | -6/+9 |
| | |||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 3 | -17/+28 |
| | | | | instead of adding calls to ressource in the constructor. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 4 | -1/+25 |
| | |||||
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 3 | -0/+46 |
| | |||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 3 | -0/+38 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 6 | -12/+87 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 3 | -0/+39 |