home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 284_01 / getsys.doc < prev    next >
Text File  |  1989-03-12  |  1KB  |  33 lines

  1. NAME
  2.     GETSYS.HEX    Utility to extract CP/M
  3.  
  4. SYNOPSIS
  5.     i8080 -b getsys.hex -A .  -B cpm20.com
  6.  
  7. DESCRIPTION
  8.     GETSYS extracts CP/M operating system from a standard CP/M master
  9.     floppy disk.
  10.     
  11.     The parameter of -A option must be . because the source disk drive 
  12.     always is physical. The parameter of the -B option can be any file name.
  13.     However, the use of a file name, "cpm20.com" is recommended.
  14.  
  15.     You need to create "cpm20.com" before executing GETSYS.
  16.     For example, on MS-DOS, you can use the command
  17.         type null > cpm20.com
  18.     to create a new empty file, "cpm20.com"
  19.  
  20.     Since GETSYS assumes that BIOS of I8080 handles the standard CP/M
  21.     6 sectors skew scheme, the program translates the sector number when 
  22.     reading a physical disk in order to compensate for the skew.
  23.  
  24.  
  25. WARNINGS
  26.     The filename specified with -B option must exist before the execution
  27.     of the program.
  28.     If the size of the file is over 8 Kbytes, the extra information will
  29.     still be kept.
  30.     GETSYS will not do any error checking during the execution.
  31.  
  32.     
  33.