Ruslan Rostovtsev
Ruslan Rostovtsev
> I think what it would probably need would be a new `g1bus.c` or similar to hold the pieces shared by g1ata and cdrom so it's not just forced in...
> This is in the works to get in the typing and cleanup suggestions from #619 and #736 with a different scope. > > The key purpose is to add...
> > Are you sure you want to break the API that much? > > Could you please elaborate? This shouldn't break much of anything. The renaming of the error...
> > > > Are you sure you want to break the API that much? > > > > > > > > > > > > Could you please...
Are you going to finish the last 2 points in this PR? It needs to be merged. The only request is to return the abortion back to the cdrom driver.
This is a great idea! I have a working driver for optical drives in the ISO Loader firmware. But it is better not to replace the work with the standard...
> > Indirectly (?) related to that, it would be nice to be able to use the iso9660 file system when only a virtual cdrom (over network/serial) is present, but...
> One update that's greatly needed for the `fs_iso9660` code is caching of the TOC. Having it uncached means the lens has to move all the way to the TOC...
Add to exports plz: ``` fs_fcntl fs_seek64 fs_tell64 fs_total64 fs_link fs_symlink fs_readlink fs_rewinddir fs_fstat fs_path_append fs_normalize_path ```
> > One thing I wasnt too sure about the size that should be returned for Directories. I found that we use -1 for size for directories when it comes...