OS/2 PACK archive
m (→Sample files) |
|||
Line 46: | Line 46: | ||
* {{CdTextfiles|cream21/program/greed.zip|greed.zip}} | * {{CdTextfiles|cream21/program/greed.zip|greed.zip}} | ||
* {{CdTextfiles|cream21/os2/admin.zip|admin.zip}} | * {{CdTextfiles|cream21/os2/admin.zip|admin.zip}} | ||
+ | |||
+ | Assorted versions: | ||
* {{DexvertSamples|archive/os2InstallPackage}} | * {{DexvertSamples|archive/os2InstallPackage}} | ||
[[Category:OS/2]] | [[Category:OS/2]] |
Revision as of 23:12, 27 June 2024
OS/2 PACK archive is a compressed archive format used for software installation on OS/2.
There are at least four versions of it, possibly more. For the version that starts with bytes a5 96 fd ff
, see OS/2 PACK2 archive.
PACK format is generally associated with the OS/2 PACK.EXE and UNPACK.EXE utilities.
Contents |
Format details
Compression scheme
The compression is a kind of LZW with 12-bit codes. Code 0 marks the end of data; codes 1-256 are literals; 257-4095 are dynamic. If the code table is full, the least-recently-used leaf code is reused.
This is the same compression used by LoadDskF/SaveDskF.
Other format details
The format supports OS/2 extended attributes, compressed independently following the compressed file data.
Identification
Files start with bytes a5 96
, followed by 00 14
, or ff ff
, or fe ff
.
See also OS/2 PACK2 archive#Identification.
Software
OS/2 software:
- UNPACK.EXE (Included with OS/2; also found in other packages.)
- OS/2 Shareware BBS Full Collection → 33-VDrivers.zip → cirrus1.zip → UNPACK.EXE
- OS/2 Shareware BBS Full Collection → 10-Tools.zip → warptlk3.zip → TOOLKIT/BIN/PACK.EXE
Other:
Sample files
Version "00 14
":
- NCRVID21.ZIP → os2vid21.img → *.??@
Version "ff ff
":
- The Arsenal Files → OS2_APP/CS0054-2.DSK → FIX/CS2/*.??@
Version "fe ff
":
Assorted versions: