apio bbe7c6e658 VFS: Implement resolve_path and form the initial ramdisk's VFS properly
Finally, resolve_path: a function which takes a path (/etc/fstab for example), and walks the VFS:
In this case, it would start with the root FS node, and ask it: "do you have a directory/file named etc?"
The node could say 'yes', 'no', or 'i'm not a directory, I'm a file' (should not be the case for the VFS root, but for the other ones it could be)
If it says yes, we continue and ask the child if it has a file named fstab. Etc...
2022-10-10 18:44:43 +02:00
..
2022-10-08 18:27:05 +02:00
2022-10-06 18:04:32 +02:00
2022-10-08 18:21:02 +02:00
2022-10-07 20:33:00 +02:00
2022-10-06 17:13:34 +02:00
2022-10-08 18:08:50 +02:00
2022-10-08 18:24:05 +02:00