Files
isoc-py3/README.md
T
2026-05-04 19:31:00 -04:00

14 lines
281 B
Markdown

# isoc-py3
TempleOS RedSea FUSE implementation for Python 3
# Commands
`isoc-mount [--rw] <filename.ISO.C> <mount_point>` will mount an ISO.C image on `mount_point`
Specify `--rw` to commit writes to ISO.C file, otherwise discarded on unmount.
# Prerequisites
- FUSE
- fusepy