Skip to content

Commit 9f36a7b

Browse files
committed
change references with name "EMM386(.EXE)" to "Microsoft EMM386"
A reference like INT 21/AX=4402h"EMM386.EXE" would lead to INT 21 U - Novell DOS 7+ EMM386.EXE - GET STATE RECORD instead of the intended reference to INT 21 U - Microsoft EMM386.EXE v4.45 - GET MEMORY MANAGER INFORMATION
1 parent 3e80e7d commit 9f36a7b

5 files changed

Lines changed: 8 additions & 7 deletions

source/Interrupt List/INT 21 DOS Function Calls/INT 214402SF00 Memory Managers GET API ENTRY POINT.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Notes: this function is supported by Microsoft EMM386.EXE v4.45+ and
2121
"COMPAQ EXPANDED MEMORY MANAGER 386" at offset 14h in the INT 67
2222
handler's segment; if present, the word at offset 12h contains the
2323
offset of the API entry point
24-
SeeAlso: AX=4402h/SF=01h,AX=4402h/SF=02h,AX=4402h"EMM386",INT 67/AH=3Fh
24+
SeeAlso: AX=4402h/SF=01h,AX=4402h/SF=02h,AX=4402h"Microsoft EMM386"
25+
SeeAlso: INT 67/AH=3Fh
2526

2627
Format of memory manager API entry point record:
2728
Offset Size Description (Table 01512)

source/Interrupt List/INT 21 DOS Function Calls/INT 214402SF01 Memory Managers GET EMM IMPORT STRUCTURE ADDRESS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Notes: this function is supported by Microsoft EMM386.EXE v4.45+,
1919
as it starts up
2020
for QEMM-386, this call always returns an error if Windows3 support
2121
has been disabled with the NW3 switch
22-
SeeAlso: AX=4402h/SF=00h,AX=4402h"EMM386",INT 2F/AX=D201h/BX=5145h
22+
SeeAlso: AX=4402h/SF=00h,AX=4402h"Microsoft EMM386",INT 2F/AX=D201h/BX=5145h
2323
SeeAlso: INT 67/AH=3Fh
2424

2525
Format of EMM import structure record:

source/Interrupt List/INT 21 DOS Function Calls/INT 214402SF02 Memory Managers GET MEMORY MANAGER VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Return: CF clear if successful
1616
AX = error code (01h,05h,06h,0Dh) (see #01680 at AH=59h/BX=0000h)
1717
Note: this function is supported by Microsoft EMM386.EXE v4.45+ and
1818
CEMM v5.10+, and is intended for use by MS Windows as it starts up
19-
SeeAlso: AX=4402h/SF=00h,AX=4402h"EMM386",INT 67/AH=3Fh
19+
SeeAlso: AX=4402h/SF=00h,AX=4402h"Microsoft EMM386",INT 67/AH=3Fh
2020

2121
Format of memory manager version:
2222
Offset Size Description (Table 01520)

source/Interrupt List/INT 67 reserved for user interrupt LIM EMS multiple purposes/INT 67FFA5 Microsoft EMM386EXE v420 INSTALLATION CHECK.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Notes: this call is available even if EMM386 is not providing EMS
1515
"MICROSOFT EXPANDED MEMORY MANAGER 386" at offset 14h in the INT 67
1616
handler's segment; the word immediately preceding this string
1717
contains the offset of the API entry point
18-
SeeAlso: AH=3Fh,AX=FFA5h/BX=4345h,INT 21/AX=4402h"EMM386.EXE"
18+
SeeAlso: AH=3Fh,AX=FFA5h/BX=4345h,INT 21/AX=4402h"Microsoft EMM386"
1919

2020
(Table 03666)
2121
Call EMM386.EXE API entry point with:
@@ -41,4 +41,4 @@ Call EMM386.EXE API entry point with:
4141
AH = 05h print available report
4242
(the one shown when running EMM386 from the DOS prompt)
4343
SeeAlso: #01513 at INT 21/AX=4402h/SF=02h,#02617 at INT 2F/AX=12FFh/BX=0106h
44-
44+

source/Interrupt List/INT 67 reserved for user interrupt LIM EMS multiple purposes/INT 67FFA5BX4345 Compaq CEMM v510 PRIVATE API.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ INT 67 U - Compaq CEMM v5.10+ - PRIVATE API
2020
Return: AH = 84h
2121
AL = status (84h = error, FFh = success)
2222
Note: if BX <> 4345h or DX > 0004h on entry, CEMM behaves identically to
23-
Microsoft's EMM386 (see AX=FFA5h"EMM386")
24-
SeeAlso: AX=FFA5h"EMM386",#01513 at INT 21/AX=4402h/SF=02h,#03666
23+
Microsoft's EMM386 (see AX=FFA5h"Microsoft EMM386")
24+
SeeAlso: AX=FFA5h"Microsoft EMM386",#01513 at INT 21/AX=4402h/SF=02h,#03666
2525

0 commit comments

Comments
 (0)