Add changes for DOS:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 11 Apr 1992 23:49:03 +0000 (23:49 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 11 Apr 1992 23:49:03 +0000 (23:49 +0000)
commitcde69cceafe034c798eaa77ebffd9c622fda5df4
tree3fea4f4fe4c0737f671bf0d35ba13d4928b1b225
parent7320d5f5ac0a0b7c6412fe41bbcee691ec2d29db
Add changes for DOS:

- Add dos-specific packages, similar to Unix packages.
- Conditionalize the loading of the Unix and DOS -specific packages.
- Add a mechanism to make.scm to avoid loading unconditional files:
  If the binary file runtim.bad is in the current directory when make
  is running, it should contain a list of strings, each the name of a
  file that should be avoided.  Examples: graphics, x11graph, starbase.
- pathnm.scm now uses the OS-NAME-STRING in the microcode
  identification to initialize the default host.  It no longer
  constructs the host types.  These are constructed when the
  system-dependent files invoke add-pathname-host-type!
  Caveat: There is now a funny ordering dependency.
    pathnm must be loaded before the system-dependeng files (unxpth, dospth)
    but it must be initialized _afterwards_!
- pathnm.scm now has symbolic names for three file system types: Unix,
  DOS, and VMS.
v7/src/runtime/make.scm
v7/src/runtime/pathnm.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/unxpth.scm
v7/src/runtime/version.scm
v8/src/runtime/make.scm
v8/src/runtime/runtime.pkg