Added a shellcode directory for small fragments of code that run on the target OS.
[goodfet] / shellcode / README.txt
diff --git a/shellcode/README.txt b/shellcode/README.txt
new file mode 100644 (file)
index 0000000..ec3caee
--- /dev/null
@@ -0,0 +1,12 @@
+Howdy y'all,
+
+In addition to running code on the GoodFET itself (trunk/firmware) and
+on the host (trunk/client), it is often necessary to run small
+fragments of code on the target that is being debugged.  Rather than
+allow each fragment to be written and edited as machine code, it is
+better to write them in C in this directory, with the results being
+dumped into trunk/client somehow.
+
+Thank you kindly,
+--Travis
+