summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell
Commit message (Collapse)AuthorAgeFilesLines
* Nothing, reallyAlexis2112009-12-181-1/+1
|
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-171-1/+1
|
* New model, object-oriented, for applicationsAlexis2112009-12-165-51/+54
|
* Some changesAlexis2112009-12-091-0/+3
|
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-1/+2
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-1/+1
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* 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-246-5/+52
| | | | 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-233-5/+21
|
* More work on syscalls and shellAlexis2112009-10-234-4/+86
|
* More work on syscalls and shellAlexis2112009-10-234-1/+56
|
* More workAlexis2112009-10-214-11/+28
|
* Started working on a userland shellAlexis2112009-10-202-0/+44
This means I'll have to do syscalls for everything I need.