search for: check_zip

Displaying 1 result from an estimated 1 matches for "check_zip".

Did you mean: check_sip
2004 Apr 24
0
[PATCH] Support WinImage compressed floppies
...t compressed floppy images created by WinImage. WinImage creates a PKZIP-style archive with a single member, the .img (or .ima) file containing the floppy image. WinImage names such archives with a .imz extension. This patch lifts the header/trailer checking code from gunzip() to a new function, check_zip(), which both checks for a valid ZIP image and returns the CRC, size, and offset of the actual compressed data. check_zip() supports both gzip and PKZIP archives. In addition, this patch adds some whitespace to init.S16 to prevent GCC 3.3 from bombing out. I have tested this patch thoroughly with...