summaryrefslogtreecommitdiff
path: root/Source/Applications
Commit message (Collapse)AuthorAgeFilesLines
* 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.