<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://osfree.ru/doku/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://osfree.ru/doku/feed.php">
        <title>osFree wiki - en:docs:dos:api:int21:5f</title>
        <description></description>
        <link>http://osfree.ru/doku/</link>
        <image rdf:resource="http://osfree.ru/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-06T09:00:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:00&amp;rev=1714967897&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:01&amp;rev=1714967946&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:02&amp;rev=1714968183&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:03&amp;rev=1714971671&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:04&amp;rev=1714971701&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:05&amp;rev=1714971805&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:07&amp;rev=1714971849&amp;do=diff"/>
                <rdf:li rdf:resource="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:08&amp;rev=1714971893&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://osfree.ru/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>osFree wiki</title>
        <link>http://osfree.ru/doku/</link>
        <url>http://osfree.ru/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:00&amp;rev=1714967897&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T03:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>00</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:00&amp;rev=1714967897&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=00H

Version

3.1 and higher

Brief

GET REDIRECTION MODE

Family API

Input
  AX = 5F00h
  BL = redirection type
    03h printer
    04h disk drive</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:01&amp;rev=1714967946&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T03:59:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>01</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:01&amp;rev=1714967946&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=01H

Version

3.1 and higher

Brief

SET REDIRECTION MODE

Family API

Input
  AX = 5F01h
  BL = redirection type
      03h printer
      04h disk drive
  BH = redirection state
      00h off
      01h on</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:02&amp;rev=1714968183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T04:03:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>02</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:02&amp;rev=1714968183&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=02H

Version

3.1 and higher

Brief

GET REDIRECTION LIST ENTRY

Family API

Input
  AX = 5F02h
 BX = zero-based redirection list index
 CX = driver signature
   0000h LANtastic
   4E57h (&#039;NW&#039;) NetWare
 DS:SI -&gt; 16-byte buffer for ASCIZ local device name or drive letter followed by colon
 ES:DI -&gt; 128-byte buffer for ASCIZ network name</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:03&amp;rev=1714971671&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T05:01:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>03</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:03&amp;rev=1714971671&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=03H

Version

3.1 and higher

Brief

REDIRECT DEVICE

Family API

Input
  AX = 5F03h
  BL = device type
    03h printer
    04h disk drive
  CX = user data to save
    0000h for LANtastic
    4E57h (&quot;NW&quot;) for NetWare 4.0 requester
  DS:SI -&gt; ASCIZ local device name (16 bytes max)
  ES:DI -&gt; ASCIZ network name + ASCIZ password (128 bytes max total)</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:04&amp;rev=1714971701&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T05:01:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>04</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:04&amp;rev=1714971701&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=04H

Version

3.1 and higher

Brief

CANCEL REDIRECTION

Family API

Input
  AX = 5F04h
  DS:SI -&gt; ASCIZ local device name or path
  CX = 4E57h (&quot;NW&quot;) for NetWare 4.0 requester</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:05&amp;rev=1714971805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T05:03:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>05</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:05&amp;rev=1714971805&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=05H

Version

4 and higher

Brief

GET EXTENDED REDIRECTION LIST ENTRY

Family API

Input
  AX = 5F05h
  BX = redirection list index
  DS:SI -&gt; buffer for ASCIZ source device name
  ES:DI -&gt; buffer for destination ASCIZ network path</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:07&amp;rev=1714971849&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T05:04:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>07</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:07&amp;rev=1714971849&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=07H

Version

5 and higher

Brief

ENABLE DRIVE

Family API

Input
  AX = 5F07h
  DL = drive number (0=A:)
Return
CF clear if successful
CF set on error
AX = error code (0Fh) (see #01680 at AH=59h/BX=0000h)</description>
    </item>
    <item rdf:about="http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:08&amp;rev=1714971893&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-06T05:04:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>08</title>
        <link>http://osfree.ru/doku/doku.php?id=en:docs:dos:api:int21:5f:08&amp;rev=1714971893&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=5FH, AL=08H

Version

5 and higher

Brief

DISABLE DRIVE

Family API

Input
  AX = 5F08h
  DL = drive number (0=A:)
Return
CF clear if successful
CF set on error
AX = error code (0Fh) (see #01680 at AH=59h/BX=0000h)</description>
    </item>
</rdf:RDF>
