Contents 971 B

123456789101112131415161718192021
  1. Contents of the "qdos" subdirectory for UnZip 5.4 and later:
  2. Contents this file
  3. IZREADME.SMS release notes from Jonathan Hudson (author of port)
  4. Makefile makefile for xtc68 cross-compiler on Linux (native QDOS exes)
  5. callstub.c user interface stub for SMS/QDOS specific SFX archives
  6. config.S assembler routine for ...?
  7. crc68.s 68000 version of CRC code
  8. izqdos.h SMS/QDOS-specific header file
  9. makesfx.c source for MakeSFX utility (simple concatenation does not work)
  10. qdos.c SMS/QDOS-specific functions
  11. Notes:
  12. "Makefile" is for the xtc68 cross compiler on Linux, but conversion to a
  13. native c68 makefile should be trivial. To build a Linux (or other Unix)
  14. UnZip that understands QDOS extra fields, add "-DQLZIP" to the LOCAL_UNZIP
  15. environment variable and compile with the normal Unix makefile (for example,
  16. linux_asm target). The "QLZIP" flag enables the Qdos "cross-UnZip" support
  17. in unix/unix.c.