home *** CD-ROM | disk | FTP | other *** search
- ; this batch relocates the monitor to some absolute addresses
- echo "relocating moni" ;this batch relocates the monitor if he has
- hunkwiz -a $c00000 -o moni$c0 moni
- hunkwiz -a $f00002 -o moni$f0 moni
- ; hunkwiz -a $80000 -o moni$80 moni ; if you need the moni at $80000
- init ; this load moni to module
- echo "ready."
-