Author: hbelusca
Date: Sun Apr 5 13:46:14 2015
New Revision: 67061
URL:
http://svn.reactos.org/svn/reactos?rev=67061&view=rev
Log:
[NTVDM]: Remove an injoke that was added and displayed when an application tried to get
the internal DOS list of lists (SYSVARS) and instead replace it by a DPRINT. This
won't confuse people anymore.
This DOS list-of-lists feature is completely unimplemented at the moment.
Modified:
trunk/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c
Modified: trunk/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/dos/…
==============================================================================
--- trunk/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c [iso-8859-1] Sun Apr 5
13:46:14 2015
@@ -2552,7 +2552,7 @@
setES(0x0000);
setBX(0x0000);
- DisplayMessage(L"Required for AARD code, do you remember? :P");
+ DPRINT1("INT 21h, AH=52h: This application requires the internal DOS
List of lists (SYSVARS). UNIMPLEMENTED");
break;
}