summaryrefslogtreecommitdiff
path: root/Source/Kernel/Shell
Commit message (Collapse)AuthorAgeFilesLines
* Re-organized everythingAlexis2112009-10-182-3/+2
|
* We can now load ELF binaries !!!Alexis2112009-10-181-0/+1
|
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-20/+7
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-173-0/+35
| | | | The format is very simple, but an ELF loader is planned.
* Merge branch 'heap_class'Alexis2112009-10-131-1/+1
|\ | | | | | | | | Conflicts: Source/Kernel/Melon.ke
| * Heap is now in a separate class, Heap.Alexis2112009-10-131-1/+1
| |
* | Nothing, reallyAlexis2112009-10-131-1/+2
|/
* SimpleList now implements removeOnce(const T& value);Alexis2112009-10-112-2/+13
| | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed.
* Added a single linked list simple class (SimpleList)Alexis2112009-10-111-1/+1
|
* Added a simple random generatorAlexis2112009-10-111-0/+1
|
* Nothing, reallyAlexis2112009-10-091-1/+1
|
* Exiting from a thread now works without hanging everything.Alexis2112009-10-091-1/+4
|
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-024-0/+305