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-09-25 21:43:28 +02:00
2022-09-05 16:13:51 +02:00
2022-10-06 17:13:34 +02:00
2022-09-25 16:56:00 +02:00
2022-09-14 18:54:40 +02:00
2022-09-25 16:56:00 +02:00
2022-09-05 16:13:51 +02:00
2022-10-08 14:18:25 +02:00
2022-09-23 16:41:43 +02:00