Displaying 1 result from an estimated 1 matches for "122e".
Did you mean:
122
2001 Nov 04
0
Dos Error Message Tables
The IBM PC DOS Version 7.00 command.com aborts with a SIGILL signal at the
end of every DIR listing, because it tries to call the message locate
routine passed to it by the int 2f ax=122E dl=08 handler -- which is to be
expected, because that handler is just a stub. The real problem, of
course, is that there is a thorny design issue in regard to where the
various pieces of this process should be located, and how they talk to
each other.
If I'm not stepping on anyone's toes,...