diff options
| -rw-r--r-- | src/js/README.md | 1 | ||||
| -rw-r--r-- | src/stage4/README.md | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/js/README.md b/src/js/README.md new file mode 100644 index 0000000..5ad1c2a --- /dev/null +++ b/src/js/README.md @@ -0,0 +1 @@ +# js/stage3
\ No newline at end of file diff --git a/src/stage4/README.md b/src/stage4/README.md new file mode 100644 index 0000000..f0d51df --- /dev/null +++ b/src/stage4/README.md @@ -0,0 +1,5 @@ +# stage4 +`stage4` runs still within `racoon`, but is loaded from disk from the path +`/var/root/stage4.js`, which is hard-linked to by `/var/mobile/Media/stage4.js`. +This means that you can modify the contents of `stage4` over AFC/USB, making +development much easier & quicker.
\ No newline at end of file |
