From e4195a1c05fc4be28ef088f24217b1076c534b54 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Mon, 4 May 2026 19:31:00 -0400 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d463c36 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# isoc-py3 +TempleOS RedSea FUSE implementation for Python 3 + +# Commands + +`isoc-mount [--rw] ` 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