summaryrefslogtreecommitdiff
path: root/Source/Kernel/Shell/KernelShell.class.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-organized everythingAlexis2112009-10-181-1/+1
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-0/+1
| | | | The format is very simple, but an ELF loader is planned.
* SimpleList now implements removeOnce(const T& value);Alexis2112009-10-111-0/+3
| | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed.
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-0/+43