en:docs:dos:api:int21:4d

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:dos:api:int21:4d [2024/05/03 02:17] prokusheven:docs:dos:api:int21:4d [2024/05/03 02:20] (current) prokushev
Line 36: Line 36:
 this call should not be used if the child was started with AX=4B04h; use AH=8Ah instead this call should not be used if the child was started with AX=4B04h; use AH=8Ah instead
  
- the following sequence will close a Virtual DOS Machine under OS/2 2.0 +the [[en:docs:mvm:api:2|SVC function 2]] will close a Virtual DOS Machine under OS/2 2.0+. This call is the only way to close a specific VDM which was booted from floppy or a disk image.
-   through OS/2 Merlin (but may change in the future): +
- +
-     MOV AH,4Dh +
-     INT 21h +
-     HLT +
-     DB 02h,0FDh +
- +
-This sequence is the only way to close a specific VDM which was booted from floppy or a disk image.+
                      
 ===== See also ===== ===== See also =====