Skip to content

Commit 244a58a

Browse files
authored
Merge pull request #40 from ecm-pushbx/ecm-2026-04l
ecm 2026-04l
2 parents c83228d + 45723ce commit 244a58a

5 files changed

Lines changed: 7 additions & 8 deletions

source/Interrupt List/INT 21 DOS Function Calls/INT 2118 U PTSDOS 651 SDOS 10 EXTENDED RENAME FILE USING FCB.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ Notes: This function is provided by Paragon Technology Systems S/DOS 1.0
1717
different usage of attributes and wildcards.
1818
It is currently unknown if this function is also supported by
1919
PhysTechSoft's PTS-DOS 6.60, 6.70, or 2000.
20-
SeeAlso: AH=17h,AH=0Fh,AH=13h,AX=4303h,AH=56h,INT 2F/AX=1111h,INT21/AH=5Dh
21-
20+
SeeAlso: AH=17h,AH=0Fh,AH=13h,AX=4303h,AH=56h,INT 2F/AX=1111h,INT 21/AX=5D00h

source/Interrupt List/INT 21 DOS Function Calls/INT 2133DA VIRUS CoffeeShop INSTALLATION CHECK.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ INT 21 - VIRUS - "CoffeeShop" - INSTALLATION CHECK
88
AX = 33DAh
99
Return: AH = A5h if resident
1010
AL = virus version
11-
SeeAlso: AX=33DB,AX=33DCh,AX=330Fh,AX=33E0h,AX=5643h"VIRUS"
12-
11+
SeeAlso: AX=33DBh,AX=33DCh,AX=330Fh,AX=33E0h,AX=5643h"VIRUS"
12+

source/Interrupt List/INT 21 DOS Function Calls/INT 214402 ATA Software Programming Interface ATASPI INTERFACE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Notes: ATASPI is an API to control IDE, EIDE, and ATAPI devices, proposed by
2020
Future Domain ATASPI16.SYS v2.2 performs ATASPI calls using INT 4Fh
2121
interface instead of this INT 21/4402h interface and itself supports
2222
both interfaces
23-
SeeAlso: AX=4402h"ASPI",INT 4F/AX=0081h,INT 4F/AX=0082h,PORT 01F0h-01F7h"HDC1"
23+
SeeAlso: AX=4402h"ASPI",INT 4F/AX=0081h,INT 4F/AX=0082h,PORT 01F0h-01F7h"HDC 1"
2424

2525
Format of ATASPI IOCTL result:
2626
Offset Size Description (Table 90000)

source/Interrupt List/INT 21 DOS Function Calls/INT 214458 DR DOS 50 internal GET POINTER TO INTERNAL VARIABLE TABLE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Notes: all of these entry points are indirected through this jump table
8282
the actual entry addresses in low memory for maximum compatibility
8383
some of these entry points (22h,23h,24h,2Eh,2Fh) are replaced as soon
8484
as COMMAND.COM is loaded, and return immediately to the caller, some
85-
returning an error code (the original handler for INT 2F returns
86-
AL=03h [fail]).
85+
returning an error code (the original handler for INT 24 returns
86+
AL = 03h [fail]).
8787

8888
Format of HMA Memory Block (DR DOS 6.0 kernel loaded in HMA):
8989
Offset Size Description (Table 01588)

source/Interrupt List/INT 21 DOS Function Calls/INT 214B7F lDOS INVALID EXEC SUBFUNCTION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Flag: n/a
55
--------------------------------------------------------------------------------
66

7-
INT 21 - lDOS -INVALID EXEC SUBFUNCTION
7+
INT 21 - lDOS - INVALID EXEC SUBFUNCTION
88
AX = 4B7Fh
99
DS:DX -> empty ASCIZ string
1010
Notes: called by lDOS TSRs, lDebug, lDOS kernel, or lDOS MCP clu.exe

0 commit comments

Comments
 (0)