3 Commits

Author SHA1 Message Date
ffa9b73c84 Fix pointer-width bug with ctypes.
Avoid leaking memory (at least, if unmount is called).

Block-level test routines to see if read/write/erase are implemented properly.
2017-09-13 18:11:38 -06:00
f9032882a0 Fix char-backed filesytem. 2017-09-11 22:13:21 -06:00
96ea844ae4 Python bindings.
Mounts a filesystem backed by a filesystem file-like or a list-of-chars.  Individual files follow Python's file-like-object protocol.

Tested with Python 2.7.
2017-09-11 21:45:38 -06:00