Browse Source

+ More OS/2 changes and netbsd/openbsd status updated

michael 22 years ago
parent
commit
fe80fd337b
1 changed files with 14 additions and 8 deletions
  1. 14 8
      docs/user.tex

+ 14 - 8
docs/user.tex

@@ -74,15 +74,16 @@ conflict with this manual, authoritative.
 it supports the following operating systems:
 it supports the following operating systems:
 \begin{itemize}
 \begin{itemize}
 \item \dos
 \item \dos
-\item \linux
+\item \linux % (Intel and m68k)
 \item \amiga (version 0.99.5 only)
 \item \amiga (version 0.99.5 only)
 \item \windows
 \item \windows
 \item \ostwo (using the EMX package, so it also works on DOS/Windows)
 \item \ostwo (using the EMX package, so it also works on DOS/Windows)
-\item \freebsd (usable, but still under development).
+\item \freebsd
 \item \beos (under development)
 \item \beos (under development)
 \item \solaris (under development)
 \item \solaris (under development)
 \item \palmos(under development)
 \item \palmos(under development)
-\item \netbsd (under development)
+\item \netbsd 
+\item \openbsd (under development)
 \end{itemize}
 \end{itemize}
 
 
 \fpc is designed to be, as much as possible, source compatible with
 \fpc is designed to be, as much as possible, source compatible with
@@ -252,21 +253,26 @@ for \dos or
 \begin{verbatim}
 \begin{verbatim}
   SET PATH=%PATH%;C:\PP\BIN\WIN32
   SET PATH=%PATH%;C:\PP\BIN\WIN32
 \end{verbatim}
 \end{verbatim}
-for \windows
+for \windows and finally
+\begin{verbatim}
+  SET PATH=%PATH%;C:\PP\BIN\OS2
+\end{verbatim}
+for \ostwo.
 (Again, assuming that you installed in the default location).
 (Again, assuming that you installed in the default location).
 
 
 On \ostwo, \fpc installs some libraries from the EMX package if they
 On \ostwo, \fpc installs some libraries from the EMX package if they
-were not yet installed. They are located in the 
+were not yet installed (the installer will notify you if they should be
+installed). They are located in the 
 \begin{verbatim}
 \begin{verbatim}
 C:\PP\DLL
 C:\PP\DLL
 \end{verbatim}
 \end{verbatim}
 directory. The name of this directory should be added to the \var{LIBPATH}
 directory. The name of this directory should be added to the \var{LIBPATH}
 directive in the \file{config.sys} file:
 directive in the \file{config.sys} file:
 \begin{verbatim}
 \begin{verbatim}
-LIBPATH=c:\pp\dll
+LIBPATH=XXX;C:\PP\DLL
 \end{verbatim}
 \end{verbatim}
-Obviously, any existing directories in the \var{LIBPATH} directive should be
-preserved.
+Obviously, any existing directories in the \var{LIBPATH} directive
+(indicated by \var{XXX} in the above example) should be preserved.
 
 
 \subsubsection{Optional Installation: The coprocessor emulation}
 \subsubsection{Optional Installation: The coprocessor emulation}
 For people who have an older CPU type, without math coprocessor (i387)
 For people who have an older CPU type, without math coprocessor (i387)