banan-os/kernel/include/kernel/FS
Bananymous 74c79c7eff Kernel: Rewrite whole device structure
We now have DevFileSystem which is derived from RamFileSystem. All
devices are RamInodes. We don't have separate DeviceManager anymore.
To iterate over devices, you can loop througn every inode in devfs.
2023-07-10 23:17:14 +03:00
..
DevFS Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
RamFS Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
Ext2.h Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
FileSystem.h BAN: Move RefPtr to its own file and create New.h 2023-04-10 21:07:25 +03:00
Inode.h Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
Pipe.h Kernel: Rewrite whole device structure 2023-07-10 23:17:14 +03:00
VirtualFileSystem.h Kernel: Add basic Credentials for the system 2023-06-11 20:06:06 +03:00