Don't claim XMS isn't implemented (it is).

Attempt to explain the "X11 support not compiled in" diagnostic.
Submitted by:	philip@rmit.edu.au (Philip Musumeci)
This commit is contained in:
msmith 1998-02-26 07:53:02 +00:00
parent 4e774d7d5f
commit 8c298bb61f
2 changed files with 17 additions and 1 deletions

View File

@ -5,7 +5,7 @@ page for help on configuring doscmd.
Things known not to work:
* No mouse support (yet)
* No xms/ems support (yet)
* No ems support (yet)
* No raw VGA support (yet)
* Printer support (yet)
* COM ports (being worked on)

View File

@ -705,6 +705,22 @@ such as:
Unknown interrupt 21 function 99
.sp
and exit.
.Pp
If
.Nm
emits the message
.Ic X11 support not compiled in
when supplied the
.Fl x
switch, this support can be added by defining an environment variable
.Ev X11BASE
which points to the installed X Window System (normally
.Pa /usr/X11R6
) and then typing
.Ic make install
in the source directory (normally
.Pa /usr/src/usr.bin/doscmd
). For this to work, the X programmer's kit must have been installed.
.Sh AUTHOR
Pace Willisson
.br