From a93d97c68ae7cd5e40553ddd0a42df860a3ba45d Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 19 Oct 2025 13:39:35 +0100 Subject: [PATCH] adding readme --- README.MD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..6f781de --- /dev/null +++ b/README.MD @@ -0,0 +1,9 @@ +# TK5 C90 Projects + +This is an attempt to use the local GCC compiler and modern development tools, +to learn C90 (well, C89) on the MVS 3.8j Turnkey system. + +Essentially, you work from your IDE as you normally would. However, when you push to +the repository, the build is done on the the TK5 system by sending the source +file and the job execution JCL to the card reader port on the TK5. +