diff --git a/README.md b/README.md index eb3bef74b8671e6d7a05cc0c23e9efe431549b11..4e99775ab3983b6f5c696967de13c50ace79dd82 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 0000000000000000000000000000000000000000..4e727f14d30b38dcc2f1e1d80c7200cc3d6a0c1b --- /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).