summaryrefslogtreecommitdiff
path: root/Source/Applications
Commit message (Collapse)AuthorAgeFilesLines
* Some reorganisationAlexis2112009-12-204-1375/+5
|
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-205-1/+1409
|
* [not tested] Introduced StreamApp.classAlexis2112009-12-201-1316/+0
|
* Added file streams and string streamsAlexis2112009-12-201-494/+416
|
* Worked on IStream. Seems to workAlexis2112009-12-204-4/+1398
|
* [not really working] Started work on OStreamAlexis2112009-12-204-12/+8
|
* 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
|\ | | | | | | | | Conflicts: Makefile
| * 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
| | | | | | Also : - Modified stuff in the GOL simulator - Added support for a kernel-built-in keymap
* 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
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* 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
| | | | TextFile now is a common (= kernel and userland) library.
* 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
| | | | This means I'll have to do syscalls for everything I need.
* 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
The format is very simple, but an ELF loader is planned.