add directory study

This commit is contained in:
gohigh
2024-02-19 00:25:23 -05:00
parent b1306b38b1
commit f3774e2f8c
4001 changed files with 2285787 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
The Int 2FH and Int 31H functions supported by DPMI version 1.0 hosts
are described in this section. Each function entry has five parts:
<ul>
<li> The function name, interrupt and function number, and the DPMI
version where the function is first defined. All subsequent DPMI
versions can be assumed to support the function as documented unless
explicitly noted otherwise. <p>
<li> A brief description of the function's purpose and usage. <p>
<li> The parameters supplied by the DPMI client when it makes the
function call. <p>
<li> The results returned for the function by the DPMI host. <p>
<li> Programmer's notes giving more detailed information about the
function and/or describing special uses of the function. <p>
</ul>
<hr>
<img src="/icons/menu.sm.gif" alt="*">
<a href="ch5.a.html">DPMI Functions by Name</a><br>
<img src="/icons/menu.sm.gif" alt="*">
<a href="ch5.n.html">DPMI Functions by Number</a><br>
<img src="/icons/menu.sm.gif" alt="*">
<a href="ch5.g.html">DPMI Functions by Functional Group</a><br>