summaryrefslogtreecommitdiff
path: root/Source/Applications
Commit message (Expand)AuthorAgeFilesLines
* Nothing, reallyAlexis2112009-12-181-1/+1
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-174-14/+12
* New model, object-oriented, for applicationsAlexis2112009-12-169-61/+87
* Merge branch 'master' into mountpointsAlexis2112009-12-091-0/+3
|\
| * Some changesAlexis2112009-12-091-0/+3
| * Game Of Life simulator fixedAlexis2112009-11-151-14/+17
* | Some bugfixesAlexis2112009-11-271-1/+5
* | Added some screenshots, re-organized some stuff.Alexis2112009-11-271-1/+6
* | Re-organized file system stuff.Alexis2112009-11-251-2/+3
* | Reading from the FAT12-formatted floppy works \oAlexis2112009-11-151-14/+17
|/
* LMAlexis2112009-11-151-0/+2
* Changed some things in the way init is handled.Alexis2112009-11-141-10/+14
* Added a game of life simulator demoAlexis2112009-11-135-1/+96
* Worked on graphics mode selection, in prevision for having VESA grpahicsAlexis2112009-11-081-2/+2
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-1/+2
* Introduced PaperWork : our init/login manager.Alexis2112009-11-083-1/+84
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-261-2/+2
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-243-2/+25
* More work on userland syscalls : Files are implemented.Alexis2112009-10-248-14/+60
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-233-0/+16
* Some changes, and implemented rm in userland shell.Alexis2112009-10-234-5/+22
* More work on syscalls and shellAlexis2112009-10-234-4/+86
* More work on syscalls and shellAlexis2112009-10-234-1/+56
* More workAlexis2112009-10-215-19/+35
* Started working on a userland shellAlexis2112009-10-202-0/+44
* More work on syscallsAlexis2112009-10-181-0/+3
* Heap included as well in userland libraryAlexis2112009-10-181-1/+1
* More work on syscallsAlexis2112009-10-181-2/+4
* Syscall interface starts being implemented !Alexis2112009-10-182-4/+8
* Re-organized everythingAlexis2112009-10-183-6/+24
* We can now load ELF binaries !!!Alexis2112009-10-186-21/+36
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-183-3/+24
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-174-0/+47