Skip to content

Commit 16ab493

Browse files
authored
Merge pull request #68 from ecm-pushbx/ecm-2026-04r
ecm 2026-04r
2 parents 5726fdc + 64aabda commit 16ab493

5 files changed

Lines changed: 9 additions & 10 deletions

source/Interrupt List/INT 21 DOS Function Calls/INT 2140 DOS 2 WRITE WRITE TO FILE OR DEVICE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------
2-
Unique ID: 2140
2+
Unique ID: 2140-sort-as-2140++
33
Category: D DOS kernel
44
Flag: n/a
55
--------------------------------------------------------------------------------
@@ -25,7 +25,7 @@ BUG: a write of zero bytes will appear to succeed when it actually failed
2525
if the write is extending the file and there is not enough disk
2626
space for the expanded file (DOS 5.0-6.0); one should therefore check
2727
whether the file was in fact extended by seeking to 0 bytes from
28-
the end of the file (INT 21/AX=4202h/CX=0000h/DX=0000h)
28+
the end of the file (INT 21/AX=4202h with CX:Dx=0000h:0000h)
2929
under the FlashTek X-32 DOS extender, the pointer is in DS:EDX
3030
SeeAlso: AH=28h,AH=3Fh"DOS",AH=93h,INT 2F/AX=1109h
31-
31+

source/Interrupt List/INT 21 DOS Function Calls/INT 2140 PCTCP IPCUSTSYS WRITE CONFIGURATION DATA.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------
2-
Unique ID: 2140
2+
Unique ID: 2140-sort-as-2140PC/TCP
33
Category: N network
44
Flag: n/a
55
--------------------------------------------------------------------------------
@@ -24,4 +24,4 @@ Notes: if less than the entire data is read or written, the next read/write
2424
of IPCUST.SYS for backward compatibility with other software which
2525
must read the PC/TCP configuration
2626
SeeAlso: AH=3Fh"IPCUST",AX=4402h"IPCUST"
27-
27+

source/Interrupt List/INT 21 DOS Function Calls/INT 2140 Trusted Access NBSYS SET STATE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------
2-
Unique ID: 2140
2+
Unique ID: 2140-sort-as-2140TrustedAccess
33
Category: y security
44
Flag: U undocumented function
55
--------------------------------------------------------------------------------

source/Interrupt List/INT 21 DOS Function Calls/INT 2140 Turbo Debug HARDWARE BREAKPOINTS SEND CMD TO HARDWARE BRKPNT DRIVER.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------
2-
Unique ID: 2140
2+
Unique ID: 2140-sort-as-2140TurboDebug
33
Category: G debuggers/debugging tools
44
Flag: n/a
55
--------------------------------------------------------------------------------
@@ -68,4 +68,4 @@ Values for Turbo Debugger address/data matching mode:
6868
06h above or equal to test value
6969
07h within inclusive range
7070
08h outside specified range
71-
71+

source/Interrupt List/INT 21 DOS Function Calls/INT 2142 DOS 2 LSEEK SET CURRENT FILE POSITION.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ Notes: for origins 01h and 02h, the pointer may be positioned before the
2626
BUG: using this method to grow a file from zero bytes to a very large size
2727
can corrupt the FAT in some versions of DOS; the file should first
2828
be grown from zero to one byte and then to the desired large size
29-
SeeAlso: AH=24h,INT 2F/AX=1228h
30-
29+
SeeAlso: AH=24h,AX=7142h,INT 2F/AX=1228h

0 commit comments

Comments
 (0)