summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS/VFS.ns.cpp
Commit message (Expand)AuthorAgeFilesLines
* Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-281-1/+0
* Added some screenshots, re-organized some stuff.Alexis2112009-11-271-0/+75
* Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-151-7/+28
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-38/+5
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-231-0/+31
* Some changes, and implemented rm in userland shell.Alexis2112009-10-231-3/+7
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-141-1/+3
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-0/+135