Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Unique ID: 2140
Unique ID: 2140-sort-as-2140++
Category: D DOS kernel
Flag: n/a
--------------------------------------------------------------------------------
Expand All @@ -25,7 +25,7 @@ BUG: a write of zero bytes will appear to succeed when it actually failed
if the write is extending the file and there is not enough disk
space for the expanded file (DOS 5.0-6.0); one should therefore check
whether the file was in fact extended by seeking to 0 bytes from
the end of the file (INT 21/AX=4202h/CX=0000h/DX=0000h)
the end of the file (INT 21/AX=4202h with CX:Dx=0000h:0000h)
under the FlashTek X-32 DOS extender, the pointer is in DS:EDX
SeeAlso: AH=28h,AH=3Fh"DOS",AH=93h,INT 2F/AX=1109h

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Unique ID: 2140
Unique ID: 2140-sort-as-2140PC/TCP
Category: N network
Flag: n/a
--------------------------------------------------------------------------------
Expand All @@ -24,4 +24,4 @@ Notes: if less than the entire data is read or written, the next read/write
of IPCUST.SYS for backward compatibility with other software which
must read the PC/TCP configuration
SeeAlso: AH=3Fh"IPCUST",AX=4402h"IPCUST"

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Unique ID: 2140
Unique ID: 2140-sort-as-2140TrustedAccess
Category: y security
Flag: U undocumented function
--------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Unique ID: 2140
Unique ID: 2140-sort-as-2140TurboDebug
Category: G debuggers/debugging tools
Flag: n/a
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -68,4 +68,4 @@ Values for Turbo Debugger address/data matching mode:
06h above or equal to test value
07h within inclusive range
08h outside specified range

Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ Notes: for origins 01h and 02h, the pointer may be positioned before the
BUG: using this method to grow a file from zero bytes to a very large size
can corrupt the FAT in some versions of DOS; the file should first
be grown from zero to one byte and then to the desired large size
SeeAlso: AH=24h,INT 2F/AX=1228h

SeeAlso: AH=24h,AX=7142h,INT 2F/AX=1228h