From 053f8e7ae2e139d3f5c3e04b2950e5a8a1ad7f9a Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Sat, 30 Jan 2016 13:22:05 +0000
Subject: [PATCH] More research into VMS porting/utils.

---
 README.md          | 7 +++++++
 bulletin/README.md | 9 +++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 bulletin/README.md

diff --git a/README.md b/README.md
index eb3bef7..4e99775 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,13 @@ for f in **/*.zip; do
 done
 ```
 
+### .com files
+
+So it might be possible to run DCL on Linux.  A rather
+[exhaustive list](http://jonesrh.info/dcll/dcll_why_i_use.html)
+of the options seems to indicate that
+[PC-DCL](http://users.skynet.be/michel.valentin/) might be an option.
+
 ### General cleanup
 
   * Removed exe and obj files: `git rm **/*.{exe,obj}`
diff --git a/bulletin/README.md b/bulletin/README.md
new file mode 100644
index 0000000..4e727f1
--- /dev/null
+++ b/bulletin/README.md
@@ -0,0 +1,9 @@
+## Port to Linux
+
+While a rewrite is preferred, a port might be possible.  Some interesting
+links on getting VMS FORTRAN running on a Linux/Unix system:
+
+  * A [script](http://www.simconglobal.com/vms.html) to do this
+    using a proprietary tool called FTP. Need to contact them about
+    licensing.
+  * Things to [look out for](http://labs.hoffmanlabs.com/node/225).
-- 
GitLab