Author: hbelusca
Date: Sat Nov 9 16:19:14 2013
New Revision: 60901
URL: http://svn.reactos.org/svn/reactos?rev=60901&view=rev
Log:
[NTVDM]: Fix informative comment.
Modified:
branches/ntvdm/subsystems/ntvdm/dos.c
Modified: branches/ntvdm/subsystems/ntvdm/dos.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos.c?rev=60901&r1=60900&r2=60901&view=diff
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/dos.c [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/dos.c [iso-8859-1] Sat Nov 9
16:19:14 2013
@@ -2334,8 +2334,9 @@
case 0x62:
{
/*
- * Identical to the documented AH=62h.
+ * Undocumented AH=51h is identical to the documented AH=62h.
* See Ralf Brown: http://www.ctyme.com/intr/rb-2982.htm
+ * and http://www.ctyme.com/intr/rb-3140.htm
* for more information.
*/
setBX(CurrentPsp);