summaryrefslogtreecommitdiff
path: root/Source/Kernel/VFS
Commit message (Collapse)AuthorAgeFilesLines
* 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