home *** CD-ROM | disk | FTP | other *** search
-
- Set040 Quick set up
- -------------------
-
-
- OK, so you just got this program, and you are dying to try it out
- but cannot be bothered to read the entire doc file. I really do
- suggest that you do read it entirely, but this doc file will allow
- you to quickly try out some of its functions.
-
- For a quickset up on the A4000 or A3640 card, see the MAPROM function
- in the main document.
-
- *************************************************************************
- ***********************************************************************
- NOTE IN ALL THE FOLLOWING EXAMPLES, IF YOU ARE USING 68040.LIBRARY
- 37.10 OR GREATER, THEN THE SETPATCH COMMAND MUST COME AFTER THE
- SET040 ENTRIES, AND THE SETPATCHPATCH COMMAND MUST BE DELETED AND
- NOT USED AT ALL.
- CHECK THE VERSION OF 68040.LIBRARY YOU ARE USING AND MAKE SURE
- YOU INSTALL CORRECTLY, OR IT WILL EITHER NOT SURVIVE A REBOOT OR
- NOT WORK AT ALL.
-
- TO MAP YOUR ROMS INTO 32BIT RAM, DEFAULT MAPPING (uses 576KB ram)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Set040 fastrom
- setpatch QUIET <----Commodore's setpatch must come after
- <----Delete the setpatchpatch entry
- ***********************************************************************
- *************************************************************************
-
- TO MAP YOUR ROMS INTO 32BIT RAM, DEFAULT MAPPING (uses 576KB ram)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Set040 fastrom
- SetPatchPatch
-
- TO MAP YOUR ROMS INTO 32BIT RAM, FULL MAPPING (uses 1.1MB ram)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Do not use this option if you are using 68040.library 37.10 or greater
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Set040 fastrom fullmap
- SetPatchPatch
-
- TO MAP YOUR ROMS INTO 32BIT RAM AND STOP THE DRIVES FROM CLICKING
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Set040 fastrom noclick
- SetPatchPatch
-
- TO MAP YOUR ROMS INTO 32BIT RAM AND NOT CHANGE THE WB SCREEN TITLE
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Set040 fastrom notitle
- SetPatchPatch
-
- TO INSTALL A DIFFERENT KICKSTART THAN THE ONE IN ROM.
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- (EG. kickstart as a file in devs:)
-
- Set040 kickrom devs:kickstart
-
- TO MAKE THE ABOVE SURVIVE A REBOOT AFTER INSTALLATION & NOCLICK
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Set040 fastrom reset noclick
- SetPatchPatch
-
- TO INSTALL A DIFFERENT KICKSTART THAN THE ONE IN ROM
- ----------------------------------------------------
- AUTOMATICALLY IN YOUR STARTUP-SEQUENCE AND HAVE THIS
- ----------------------------------------------------
- AUTOMATICALLY MOVED TO FAST RAM AND THE SURVIVE RESET
- -----------------------------------------------------
- HANDLER INSTALLED AND NO-CLICK FLOPPIES, AND THEN
- -------------------------------------------------
- IGNORED ON SUBSEQUENT BOOTS.
- ----------------------------
-
- Add the following two lines as the first two lines in
- your startup-sequence. (Change the path and filename to your
- kickstart file though).
-
- Set040 >nil: kickrom devs:kickstart
- Set040 >nil: fastrom reset noclick
- SetPatchPatch
-
- TO REMOVE THE SURVIVE REBOOT HANDLER
- ------------------------------------
-
- Set040 noreset
-
- TO INSTALL THE SURVIVE REBOOT HANDLER SEPERATELY
- ------------------------------------------------
-
- Set040 reset
-
-
-
- Now go, and read the entire document file and learn of Set040
- other functions and abilities.
-
-
- Nic Wilson