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.
RamFS should be stored on physical pages and not in kmalloc, but that will be implemented later :)