Info-ZIP Zip version 3.0 (source code) available (Announce)
> > Ed Gordon has released Info-ZIP Zip version 3.0 on 05 July 2008.
> >
> > * large-file support (i.e., > 2GB)
>
> Now, correct me if I'm wrong, but what OSes can use > 2 GB with the DOS
> version (DJGPP 2.04 only)? I blindly assume not FreeDOS (says DOS386) but
> EDR-DOS, Win NT 4.0, Win9x, and WinXP etc. should potentially work.
Following should also be supported by FreeDOS
(copied out of my source code, not sure where I found it):
FAT+
FAT plus is a new standard defined by Enhanced Dr-DOS and Free-DOS
developers. It extends the capacity of FAT16 (not very useful) and FAT32
partitions (very useful, called then FAT32+ and supporting files up to 256
GB).
For files larger than 4 GB, in Enhanced DR-DOS 7.01.08 WIP the file pointer
can be set with the following new 64-bit DOS function, shown as a modified
excerpt of Ralf Brown's Interrupt List:
--------O-217142-------------------------------
INT 21 - Enhanced DR-DOS 7.01.08+ - "Long LSEEK" -
SET CURRENT 64-bit FILE POSITION
AX = 7142h
CL = origin of move
00h start of file
01h current file position
02h end of file
BX = file handle
DS:DX = pointer to (signed) 64-bit offset from
origin of new position
Return: CF clear if successful
DS:DX unchanged, new 64-bit position from
start of file written into memory at -> DS:DX
CF set on error
AX = error code (01h,06h) (see #01680 at AH=59h/BX=0000h)
Complete thread:
- Info-ZIP Zip version 3.0 (source code) available - rr, 10.07.2008, 15:58 (Announce)
- Info-ZIP Zip version 3.0 (source code) available - Rugxulo, 10.07.2008, 22:26
- Info-ZIP Zip version 3.0 (source code) available - rr, 11.07.2008, 10:42
- Info-ZIP Zip version 3.0 (source code) available - Japheth, 11.07.2008, 11:34
- Info-ZIP Zip version 3.0 (source code) available - ho1459, 15.07.2008, 06:40
- Info-ZIP Zip version 3.0 (source code) available - ecm, 15.07.2008, 18:57
- Info-ZIP Zip version 3.0 (source code) available - Rugxulo, 19.07.2008, 20:35
- Info-ZIP Zip version 3.0 (source code) available - Steve, 22.07.2008, 17:26
- Unpacking Info-ZIP Zip version 3.0 archives - Steve, 23.07.2008, 02:25
- Unpacking Info-ZIP Zip version 3.0 archives - Rugxulo, 24.07.2008, 06:27
- ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS - Rugxulo, 28.08.2008, 05:18
- ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS - DOS386, 28.08.2008, 05:41
- ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS - Rugxulo, 28.08.2008, 10:47
- ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS - DOS386, 28.08.2008, 05:41
- ZIP 3.0 (freshen or update) weird behavior, only on DR-DOS - Rugxulo, 28.08.2008, 05:18
- Unpacking Info-ZIP Zip version 3.0 archives - Rugxulo, 24.07.2008, 06:27
- Unpacking Info-ZIP Zip version 3.0 archives - Steve, 23.07.2008, 02:25
- Info-ZIP Zip version 3.0 (source code) available - Steve, 22.07.2008, 17:26
- Info-ZIP Zip version 3.0 for Win32 available - Steve, 22.07.2008, 17:21
- Info-ZIP Zip version 3.0 for Win32 available - marcov, 22.07.2008, 17:30
- Info-ZIP Zip version 3.0 for Win32 available - Steve, 22.07.2008, 19:18
- Info-ZIP Zip version 3.0 for Win32 available - marcov, 22.07.2008, 17:30
- Info-ZIP Zip version 3.0 (source code) available - Rugxulo, 10.07.2008, 22:26