[NTVDM]
[reactos.git] / subsystems / ntvdm / dos.c
index 01c1a12..837ae25 100644 (file)
@@ -1446,6 +1446,15 @@ VOID DosInt21h(LPWORD Stack)
             break;
         }
 
+        /* Get Default Drive */
+        case 0x19:
+        {
+            EmulatorSetRegister(EMULATOR_REG_AX,
+                                (Eax & 0xFFFFFF00) | CurrentDrive);
+
+            break;
+        }
+
         /* Set Disk Transfer Area */
         case 0x1A:
         {