summaryrefslogtreecommitdiff
path: root/Source/Kernel/FileSystems/RamFS/RamFS.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-151-2/+9
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-4/+4
| | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory.
* Nothing intrestingAlexis2112009-09-261-13/+34
|
* Color scheme is now configured in Config.hAlexis2112009-09-171-1/+0
|
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-1/+7
|
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-131-0/+2
|
* Kernel can now load an Initrd.Alexis2112009-09-131-0/+55
|
* Ram file system seems to work \o/Alexis2112009-09-131-0/+86
|
* Created some filesAlexis2112009-09-131-0/+0