summaryrefslogtreecommitdiff
path: root/Source/Library/Common
Commit message (Collapse)AuthorAgeFilesLines
* More work on shellAlexis2112009-12-241-0/+1
|
* Changed some stuff about the ShellAlexis2112009-12-243-9/+18
| | | | | Some applets are now externalized : cat free halt ls reboot uptime Also added some colors
* Merge branch 'master' into frameworkAlexis2112009-12-221-1/+1
|\ | | | | | | | | Conflicts: Melon.img
| * Made status bar into a namespace, and added functionnalitiesAlexis2112009-12-211-1/+1
| |
* | Added template class Map<key, value>Alexis2112009-12-222-0/+91
|/
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-203-6/+14
|
* [not tested] Introduced StreamApp.classAlexis2112009-12-202-6/+9
|
* Added file streams and string streamsAlexis2112009-12-209-2/+187
|
* Worked on IStream. Seems to workAlexis2112009-12-202-0/+102
|
* [not really working] Started work on OStreamAlexis2112009-12-203-0/+111
|
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-175-5/+15
|
* CorrectionsAlexis2112009-12-091-7/+5
|
* Merge branch 'master' into mountpointsAlexis2112009-12-091-11/+16
|\
| * Change on memory handling, and .iface.h files documented.Alexis2112009-12-091-11/+16
| |
| * Game Of Life simulator fixedAlexis2112009-11-151-1/+1
| |
* | Some bugfixesAlexis2112009-11-274-6/+8
| |
* | Re-organized file system stuff.Alexis2112009-11-254-2/+4
| |
* | Multiple things :Alexis2112009-11-244-24/+73
| | | | | | | | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing
* | Reading from the FAT12-formatted floppy works \oAlexis2112009-11-151-1/+1
|/
* Added a game of life simulator demoAlexis2112009-11-133-2/+56
|
* Arranged some paperworkAlexis2112009-10-291-2/+3
|
* Some changes...Alexis2112009-10-263-5/+5
|
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-261-0/+1
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-242-0/+61
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-234-1/+11
|
* Started working on user managmentAlexis2112009-10-212-17/+18
|
* Started working on a userland shellAlexis2112009-10-202-2/+2
| | | | This means I'll have to do syscalls for everything I need.
* More work on syscallsAlexis2112009-10-182-1/+24
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-183-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 libraryAlexis2112009-10-185-0/+441
|
* Syscall interface starts being implemented !Alexis2112009-10-181-0/+2
|
* Re-organized everythingAlexis2112009-10-1820-0/+1303