summaryrefslogtreecommitdiff
path: root/Source/Library/Userland
Commit message (Collapse)AuthorAgeFilesLines
* More work on shellAlexis2112009-12-242-0/+30
|
* Changed the way virtual terminal commands are handledAlexis2112009-12-231-26/+22
| | | | | These commands include those for moving the cursor, showing/hiding it, changing the color, ...
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-203-4/+7
|
* [not tested] Introduced StreamApp.classAlexis2112009-12-204-2/+68
|
* Added file streams and string streamsAlexis2112009-12-203-2/+16
|
* Worked on IStream. Seems to workAlexis2112009-12-204-12/+25
|
* [not really working] Started work on OStreamAlexis2112009-12-201-10/+6
|
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-174-10/+168
|
* New model, object-oriented, for applicationsAlexis2112009-12-164-25/+73
|
* Nothing, reallyAlexis2112009-12-161-1/+2
|
* CorrectionsAlexis2112009-12-091-4/+4
|
* Some changesAlexis2112009-12-091-0/+3
|
* Change on memory handling, and .iface.h files documented.Alexis2112009-12-091-4/+4
|
* Added a game of life simulator demoAlexis2112009-11-132-4/+17
|
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-082-0/+5
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-085-9/+17
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* Some changes...Alexis2112009-10-262-4/+4
|
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-261-4/+4
|
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-242-2/+32
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-246-21/+104
| | | | TextFile now is a common (= kernel and userland) library.
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-231-0/+5
|
* Some changes, and implemented rm in userland shell.Alexis2112009-10-234-12/+40
|
* More work on syscalls and shellAlexis2112009-10-231-1/+19
|
* More work on syscalls and shellAlexis2112009-10-234-1/+37
|
* Started working on user managmentAlexis2112009-10-211-0/+10
|
* More workAlexis2112009-10-212-2/+13
|
* Started working on a userland shellAlexis2112009-10-202-1/+28
| | | | This means I'll have to do syscalls for everything I need.
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-205-6/+9
|
* We now have call tables for ressources.Alexis2112009-10-203-17/+28
| | | | instead of adding calls to ressource in the constructor.
* More work on syscallsAlexis2112009-10-184-1/+25
|
* Heap included as well in userland libraryAlexis2112009-10-183-0/+46
|
* More work on syscallsAlexis2112009-10-183-0/+38
|
* Syscall interface starts being implemented !Alexis2112009-10-186-12/+87
|
* Re-organized everythingAlexis2112009-10-183-0/+39