The project went pretty well, i will start ustreaming it roughly in october. Yes, there are pending tasks, come back in october and we can discuss possible (small?) projects.
Thanks for you interest
>
> --
> You received this message because you are subscribed to the Google Groups "minix3" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/minix3/-/QYgp4z1_5rYJ.
> To post to this group, send email to min...@googlegroups.com.
> To unsubscribe from this group, send email to minix3+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/minix3?hl=en.
If we however, as suggested by Ben, find a way to include the ramdisk image as a compressed .tar archive and a filesystem that reads it directly,the elimination of the cryptic proto files will be very convenient, don't you think?
pikpik, I can test your ntfs-3g fix for you
I have no idea how FUSE is implemented in MINIX, is it even available at boot time?
If I understand MINIX's FUSE implementation correctly, only one or more libraries are needed to be statically-linked with FUSE-based filesystems to translate messages going to and from the VFS server. So, FUSE support should be available at boot time.
If I understand MINIX's FUSE implementation correctly, only one or more libraries are needed to be statically-linked with FUSE-based filesystems to translate messages going to and from the VFS server. So, FUSE support should be available at boot time.
yup, I figured that out right after I asked the question :D
pikpik, I can test your ntfs-3g fix for you