Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some reorganisation | Alexis211 | 2009-12-20 | 4 | -1375/+5 |
| | |||||
* | rot13, demo app for StreamApp, is working :) | Alexis211 | 2009-12-20 | 5 | -1/+1409 |
| | |||||
* | [not tested] Introduced StreamApp.class | Alexis211 | 2009-12-20 | 1 | -1316/+0 |
| | |||||
* | Added file streams and string streams | Alexis211 | 2009-12-20 | 1 | -494/+416 |
| | |||||
* | Worked on IStream. Seems to work | Alexis211 | 2009-12-20 | 4 | -4/+1398 |
| | |||||
* | [not really working] Started work on OStream | Alexis211 | 2009-12-20 | 4 | -12/+8 |
| | |||||
* | Nothing, really | Alexis211 | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | Added some option handling featurs to the default ShellApp class | Alexis211 | 2009-12-17 | 4 | -14/+12 |
| | |||||
* | New model, object-oriented, for applications | Alexis211 | 2009-12-16 | 9 | -61/+87 |
| | |||||
* | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: Makefile | ||||
| * | Some changes | Alexis211 | 2009-12-09 | 1 | -0/+3 |
| | | |||||
| * | Game Of Life simulator fixed | Alexis211 | 2009-11-15 | 1 | -14/+17 |
| | | |||||
* | | Some bugfixes | Alexis211 | 2009-11-27 | 1 | -1/+5 |
| | | |||||
* | | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 1 | -1/+6 |
| | | |||||
* | | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 1 | -2/+3 |
| | | |||||
* | | Reading from the FAT12-formatted floppy works \o | Alexis211 | 2009-11-15 | 1 | -14/+17 |
|/ | |||||
* | LM | Alexis211 | 2009-11-15 | 1 | -0/+2 |
| | |||||
* | Changed some things in the way init is handled. | Alexis211 | 2009-11-14 | 1 | -10/+14 |
| | | | | | | Also : - Modified stuff in the GOL simulator - Added support for a kernel-built-in keymap | ||||
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 5 | -1/+96 |
| | |||||
* | Worked on graphics mode selection, in prevision for having VESA grpahics | Alexis211 | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 1 | -1/+2 |
| | |||||
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 3 | -1/+84 |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | ||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 3 | -2/+25 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 8 | -14/+60 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 3 | -0/+16 |
| | |||||
* | Some changes, and implemented rm in userland shell. | Alexis211 | 2009-10-23 | 4 | -5/+22 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -4/+86 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -1/+56 |
| | |||||
* | More work | Alexis211 | 2009-10-21 | 5 | -19/+35 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 2 | -0/+44 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -0/+3 |
| | |||||
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 1 | -2/+4 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 2 | -4/+8 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 3 | -6/+24 |
| | |||||
* | We can now load ELF binaries !!! | Alexis211 | 2009-10-18 | 6 | -21/+36 |
| | |||||
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 3 | -3/+24 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 4 | -0/+47 |
The format is very simple, but an ELF loader is planned. |