- - The VFS layer needs to be worked out. It should be flexible enough to allow compiling in what would normally be a plugin while still allowing dynamic plugins as well. Also, should I manipulate images via individual file/data procedures, ala "copy file X to partition Y, directory Z"? Should I break it down to writing file streams and seeking to appropriate locations? Another way perhaps?
- The file system support itself is a bit awkward. Should I rewrite all of the file system libraries myself? (That could get really tedious, and it also ties in with the previous item.)
- I'm not very good at creating Makefiles, and the ugly hack I have right now is really only a stopgap measure.
- Byte order issues...
- Other ideas? (Might add a few later.)
I'd appreciate any ideas, questions and/or comments you might have.
The current code is located here on repo.or.cz, and the mob branch is enabled.