summaryrefslogtreecommitdiff
path: root/Source/Kernel/Shell
Commit message (Expand)AuthorAgeFilesLines
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-171-1/+1
* make qemu-hdd now works greatAlexis2112009-11-291-1/+1
* Added some screenshots, re-organized some stuff.Alexis2112009-11-273-27/+28
* Fixed FATFS::readAlexis2112009-11-253-0/+20
* Reading from floppys supposedly fixed in qemuAlexis2112009-11-243-0/+21
* Reading from the FAT12-formatted floppy works \oAlexis2112009-11-151-2/+1
* Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-151-0/+47
* Changed the way keyboard handling works, fixing a bug.Alexis2112009-11-141-1/+1
* Added screenshots and a grub entry for the GOL simulator.Alexis2112009-11-141-4/+4
* Changed some things in the way init is handled.Alexis2112009-11-141-2/+3
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-241-1/+2
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-0/+3
* Some changes, and implemented rm in userland shell.Alexis2112009-10-231-2/+2
* More work on syscalls and shellAlexis2112009-10-231-2/+0
* More work on syscalls and shellAlexis2112009-10-231-2/+2
* More workAlexis2112009-10-212-2/+4
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-2/+2
* 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
* Merge branch 'heap_class'Alexis2112009-10-131-1/+1
|\
| * 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
* 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