summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell
Commit message (Collapse)AuthorAgeFilesLines
* Revive MelonAlex AUVOLAT2014-10-281-2/+2
|
* Color changesAlexis2112009-12-262-2/+2
|
* More work on the same stuff, all shell aplets are now external binsAlexis2112009-12-266-82/+42
|
* More workAlexis2112009-12-255-42/+41
|
* More work on shellAlexis2112009-12-241-3/+9
|
* Changed some stuff about the ShellAlexis2112009-12-2411-113/+272
| | | | | Some applets are now externalized : cat free halt ls reboot uptime Also added some colors
* Changed the way virtual terminal commands are handledAlexis2112009-12-233-9/+7
| | | | | These commands include those for moving the cursor, showing/hiding it, changing the color, ...
* Some reorganisationAlexis2112009-12-203-1372/+1
|
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-205-1/+1409
|
* Worked on IStream. Seems to workAlexis2112009-12-201-1/+1
|
* [not really working] Started work on OStreamAlexis2112009-12-203-8/+3
|
* 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.