Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on shell | Alexis211 | 2009-12-24 | 1 | -0/+1 |
| | |||||
* | Changed some stuff about the Shell | Alexis211 | 2009-12-24 | 3 | -9/+18 |
| | | | | | Some applets are now externalized : cat free halt ls reboot uptime Also added some colors | ||||
* | Merge branch 'master' into framework | Alexis211 | 2009-12-22 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: Melon.img | ||||
| * | Made status bar into a namespace, and added functionnalities | Alexis211 | 2009-12-21 | 1 | -1/+1 |
| | | |||||
* | | Added template class Map<key, value> | Alexis211 | 2009-12-22 | 2 | -0/+91 |
|/ | |||||
* | rot13, demo app for StreamApp, is working :) | Alexis211 | 2009-12-20 | 3 | -6/+14 |
| | |||||
* | [not tested] Introduced StreamApp.class | Alexis211 | 2009-12-20 | 2 | -6/+9 |
| | |||||
* | Added file streams and string streams | Alexis211 | 2009-12-20 | 9 | -2/+187 |
| | |||||
* | Worked on IStream. Seems to work | Alexis211 | 2009-12-20 | 2 | -0/+102 |
| | |||||
* | [not really working] Started work on OStream | Alexis211 | 2009-12-20 | 3 | -0/+111 |
| | |||||
* | Added some option handling featurs to the default ShellApp class | Alexis211 | 2009-12-17 | 5 | -5/+15 |
| | |||||
* | Corrections | Alexis211 | 2009-12-09 | 1 | -7/+5 |
| | |||||
* | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 1 | -11/+16 |
|\ | |||||
| * | Change on memory handling, and .iface.h files documented. | Alexis211 | 2009-12-09 | 1 | -11/+16 |
| | | |||||
| * | Game Of Life simulator fixed | Alexis211 | 2009-11-15 | 1 | -1/+1 |
| | | |||||
* | | Some bugfixes | Alexis211 | 2009-11-27 | 4 | -6/+8 |
| | | |||||
* | | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 4 | -2/+4 |
| | | |||||
* | | Multiple things : | Alexis211 | 2009-11-24 | 4 | -24/+73 |
| | | | | | | | | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing | ||||
* | | Reading from the FAT12-formatted floppy works \o | Alexis211 | 2009-11-15 | 1 | -1/+1 |
|/ | |||||
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 3 | -2/+56 |
| | |||||
* | Arranged some paperwork | Alexis211 | 2009-10-29 | 1 | -2/+3 |
| | |||||
* | Some changes... | Alexis211 | 2009-10-26 | 3 | -5/+5 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 2 | -0/+61 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 4 | -1/+11 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 2 | -17/+18 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 2 | -2/+2 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 2 | -1/+24 |
| | |||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 3 | -12/+12 |
| | | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory. | ||||
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 5 | -0/+441 |
| | |||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 1 | -0/+2 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 20 | -0/+1303 |