summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS
Commit message (Collapse)AuthorAgeFilesLines
* Added file streams and string streamsAlexis2112009-12-201-0/+1
|
* make qemu-hdd now works greatAlexis2112009-11-292-7/+27
|
* Reading from HDD is now possible !Alexis2112009-11-293-8/+34
|
* Fixed some stuffAlexis2112009-11-283-7/+7
|
* Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-286-5/+129
|
* Added some screenshots, re-organized some stuff.Alexis2112009-11-276-2/+90
|
* Re-organized file system stuff.Alexis2112009-11-253-1/+32
|
* Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-156-23/+101
|
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-261-0/+1
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-249-111/+121
| | | | TextFile now is a common (= kernel and userland) library.
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-233-0/+45
|
* Some changes, and implemented rm in userland shell.Alexis2112009-10-235-6/+22
|
* More work on syscalls and shellAlexis2112009-10-234-1/+47
|
* More work on syscalls and shellAlexis2112009-10-232-7/+49
|
* Started working on a userland shellAlexis2112009-10-202-2/+48
| | | | This means I'll have to do syscalls for everything I need.
* Re-organized everythingAlexis2112009-10-184-5/+5
|
* Each thread now has a kernel stack and an user stackAlexis2112009-10-171-1/+1
|
* Tasking now works with linked listsAlexis2112009-10-111-2/+2
|
* Nothing intrestingAlexis2112009-09-265-2/+29
|
* Oops... TextFile.class.* wasn't included in previous commit...Alexis2112009-09-202-0/+42
|
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-192-3/+8
|
* Implemented ByteArray and wf command.Alexis2112009-09-192-2/+32
|
* cat command now uses the File class.Alexis2112009-09-151-1/+2
|
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-142-1/+4
| | | | Also fixed a bug in VFS::remove.
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-136-5/+302
|
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-136-45/+104
|
* Ram file system seems to work \o/Alexis2112009-09-137-98/+135
|
* Created some filesAlexis2112009-09-135-2/+85
|
* Started working on the VFSAlexis2112009-09-132-0/+87
|
* Nothing, reallyAlexis2112009-09-111-1/+3
|
* Added read() and write() functions to Partition::Alexis2112009-09-062-0/+45
| | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors.
* Maybee some changesAlexis2112009-09-021-0/+0
|
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-315-0/+130