home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1797.dms / in.adf / relocate < prev   
Encoding:
Text File  |  1992-03-13  |  318 b   |  8 lines

  1. ; this batch relocates the monitor to some absolute addresses
  2. echo "relocating moni"    ;this batch relocates the monitor if he has
  3. hunkwiz -a $c00000 -o moni$c0 moni
  4. hunkwiz -a $f00002 -o moni$f0 moni
  5. ; hunkwiz -a $80000 -o moni$80 moni    ; if you need the moni at $80000
  6. init                    ; this load moni to module
  7. echo "ready."
  8.