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:
Mike Smith 1998-02-26 07:53:02 +00:00
parent 69a36f24fb
commit fce0b07815
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33849
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