From 53d6212640e4d87b97266b85fa72a7d32a81a704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 9 Nov 2013 16:19:14 +0000 Subject: [PATCH] [NTVDM]: Fix informative comment. svn path=/branches/ntvdm/; revision=60901 --- subsystems/ntvdm/dos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subsystems/ntvdm/dos.c b/subsystems/ntvdm/dos.c index 147daaf0e90..df65a78c193 100644 --- a/subsystems/ntvdm/dos.c +++ b/subsystems/ntvdm/dos.c @@ -2334,8 +2334,9 @@ VOID DosInt21h(LPWORD Stack) 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);