home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d642 / set040.lha / Set040 / Set040.doc < prev    next >
Text File  |  1992-04-26  |  24KB  |  537 lines

  1.  
  2. PROGRAM  
  3.                 Set040
  4.                                 
  5. SOURCE          Written in 100% assembler using Macro68
  6.  
  7. FUNCTION 
  8.         1. To remap Kickstart V2.04 or greater from ROM into 
  9.            FAST RAM on an Amiga equipped with a 68040 CPU, using 
  10.            the MMU, with optional parameters for greater 
  11.            compatibility between various 68040 boards.
  12.            An optional switch allows it to patch the Kickstart
  13.            to stop drives from clicking.  This patch will work
  14.            on any version, including future versions, as it
  15.            searches the trackdisk.device for the required 
  16.            instruction and changes this instructon before 
  17.            installing the remap.
  18.  
  19.         2. To allow this FASTROM remap to be removed and
  20.            all resources reclaimed.
  21.    
  22.         3. To load a different Kickstart than the one currently
  23.            in ROM, and use the MMU to boot into this Kickstart.   
  24.           
  25.         4. To manipulate both caches in the 68040 and the 
  26.            two Data Cache modes.
  27.    
  28.         5. To display certain information regarding the
  29.            setting of some 68040 registers and modes.
  30.    
  31.         6. To switch between the 68040 and 68030 on a Progressive
  32.            Peripherals & Software 68040 card in an Amiga A3000-25MHZ   
  33.    
  34. ACKNOWLEDGEMENTS
  35.  
  36.         Thank you to Dave Haynie and Michael Sinz for their answers
  37.         to my questions regarding the 68040 many times over EMAIL.
  38.  
  39.         Thank you to Progressive and Peripherals and Software for 
  40.         their generosity with the A3000/68040 card.
  41.  
  42.         Thank you to my friend Paul Coward (Digisoft) for a brilliant 
  43.         assembler, Macro68 V3.xxx.  Set040 assembles with an average
  44.         pass time of .41 secs to executable.  Try that C programmers!!
  45.  
  46.         Thank you to Fred Fish for his continuing work in distribution
  47.         of our programs.  Without him, distribution would be much more
  48.         difficult.
  49.  
  50. DOCUMENT FILE   The spelling in this document file is in Australian.
  51.         Spelling in some Countries may vary, but this document
  52.         is correct.
  53.                 
  54. AUTHOR        Nic Wilson
  55.         Nic Wilson Software
  56.         138d South Street
  57.         TOOWOOMBA QUEENSLAND 4350
  58.         Australia
  59.                 
  60.         EMAIL cbmvax!cbmaus!wilson!nic@uunet.uu.net
  61.  
  62.           or  cbmehq!cbmaus!wilson!nic@cbmvax.commodore.com
  63.   
  64.         TELEPHONE +61 76 358539 After Hours Australian Time
  65.                   +61 76 358384 Work  Hours Australian Time
  66.         FAX       Same as Work Telephone 
  67.             
  68. COPYRIGHT    This program, and its source code & document files are 
  69.         Copyright (C) Nic Wilson Software 1991-1992.
  70.                 
  71. DISTRIBUTION    The program is Shareware and may be freely distributed
  72.         on the condition that no profit is gained from this
  73.         distribution either directly or indirectly.  A small
  74.         copying fee, no more than the cost of 2 (two) average
  75.         3.5 inch blank disks, (including the supplied disk).
  76.  
  77.         Crunching of the executable file is considered a breach
  78.         of this agreement, due to the fact all current crunchers
  79.         I have tested fail on the 68040 processor.  Archival
  80.         in the form of 'lharc' type programs is permitted.  
  81.                 
  82.         Commercial companies may distribute this program as
  83.         a part of a disk of utilities supplied with their
  84.         68040 boards without permission, on the condition that
  85.         I am notified of your intention to distribute, by phone,
  86.         fax, email or letter.  All documents files must be 
  87.         included on disk or printed form exactly as written 
  88.         here.  
  89.  
  90. EXCEPTIONS    Progressive Peripherals & Software are exempt from
  91.         the above distribution conditions.
  92.                                 
  93.         Fred Fish is exempt from the above distribution
  94.         conditions.
  95.                 
  96. ARCHIVE        The following files are included in the Set040 archive.
  97.                 
  98.         Set040        - executable
  99.         Set040.doc    - document file
  100.         MMUSR         - executable
  101.         MMUSR.doc     - document file
  102.         kickspeed     - executable
  103.         kickspeed.doc - document file
  104.         ReBoot040     - executable (for docs see KICKROM)
  105.         AddMem        - executable 
  106.  
  107. DONATIONS    All donations in the form of cash, money order,
  108.         travellers cheques, bank draft (in AUS dollars),
  109.         goods, software or hardware will be gratefully accepted,
  110.         and ensure further shareware programs from me.
  111.         Overseas users, please do not send personal cheques.  
  112.         It is very difficult to convert them into cash.
  113.     
  114.         I give my sincere thanks to all those users who
  115.         have donated to my work in the past.  It is with
  116.         your continuing support to all programmers that the 
  117.         Amiga has such a vast amount of quality shareware 
  118.         programs available, and that I am able to continue 
  119.         work on shareware programs aswell as commercial ones.   
  120.  
  121. REQUIREMENTS
  122.         Depending on the function the requirements are different 
  123.         and are as follows:
  124.                 
  125. FASTROM install - AmigaDOS V2.04 or greater, 68040 CPU, 1MB FAST RAM or more
  126. KICKROM install - AmigaDOS V2,04 or greater, 68040 CPU, 1MB CHIP RAM minimum
  127. CHIP to FASTROM - AmigaDOS V1.2  or greater, 68040 CPU, 1MB FAST RAM or more
  128. 68040 <-> 68030 - AmigaDOS V2.04 or greater, A3000 with PP&S 68040 board
  129.                 
  130. OTHER INFO
  131.         This program was written and tested on an Amiga
  132.         A3000 with a Progressive Peripherals & Software
  133.         68040 (V1.0) card.  This is the only card it has been
  134.         tested on.  If it works on your card please let
  135.         me know, if it doesn't let me know too and maybe
  136.         we can rectify it for other 68040 cards.  See below
  137.         for more information on this.
  138.                                 
  139.                 
  140. USAGE        Set040 <switch>
  141.  
  142.         If no switch is supplied, Set040 will display information
  143.         on cache settings, etc., unless Set040 finds a 'KICKROM'
  144.         installation.  In this case it will perform the 'KICKROM'
  145.         to 'FASTROM' change before displaying the information.
  146.         Because some switch arguments use upper case characters, 
  147.         the entire switch and argument characters are case sensitive 
  148.         and must be entered as shown here.  
  149.  
  150.         Only one '-' switch is allowed.  Any others will be ignored.
  151.         The '-f' switch allows multiple arguments (EG. -fzwi).
  152.         The '-k' takes one argument for path/filename.
  153.         The '-c' switch allows multiple arguments (EG. -cIDc).
  154.         The '-r' switch takes no arguments.            
  155.         The '-s' switch takes no arguments.
  156.                         
  157.   ?        = Displays a 'USAGE' string on the current CLI.
  158.    
  159.    **************
  160.    FASTROM OPTION
  161.    **************
  162.           
  163.    -f<args> =    Install FASTROM remap with optional parameters
  164.         With no further arguments, -f will install a FASTROM 
  165.         remap, disable caching of ZorroII memory space.
  166.         Mother board space & ZorroIII memory area will be set 
  167.         as Copyback cachable.  Both the data and instruction caches 
  168.         will be enabled.  Workbench screen title will be changed 
  169.         to "Amiga Fastbench".
  170.  
  171.         The FASTROM option is best placed in your startup-sequence
  172.         so that the boot process can gain from the extra speed of
  173.         Kickstart in ram.  I recommend placing it as the very first
  174.         line of the startup-sequence. 
  175.   
  176.   <args>
  177.   
  178.    z        = Allow caching of ZorroII memory ($200000 - $A00000).
  179.               Only give this argument if you have nothing but memory 
  180.               between these addresses.  If you are not sure, you can 
  181.               use my SysInfo program to find out.
  182.    
  183.    w        = Set addresses $1000000 - $3FFFFFF as WriteThrough 
  184.               (SEE NOTES).
  185.               
  186.    c        = Set addresses $4000000 - $FFFFFFF as WriteThrough 
  187.               (SEE NOTES).
  188.    
  189.    d        = Do not enable data cache. 
  190.    i        = Do not enable instruction cache. 
  191.    
  192.               These two may be required for special cases or if you normally
  193.               operate with one or more of your caches disabled.
  194.               
  195.    n        = Install patch to stop floppy drives clicking.
  196.    
  197.    t        = Do not change the Workbench screen title.
  198.               By default it will change it to "Amiga Fastbench"
  199.               as an obvious sign that FASTROM is installed. 
  200.               This argument will overide this and leave the title unchanged. 
  201.               
  202.    EXAMPLE
  203.    -------    To install FASTROM and Click free drives -> Set040 -fn              
  204.                     
  205.    **************
  206.    KICKROM OPTION
  207.    **************
  208.    
  209.   -k <path> =    Install and boot different Kickstart than the one currently 
  210.         in ROM
  211.         
  212.   <path>    =    Full path and filename to a Kickstart file, or, if using
  213.         a Kickstart disk, <path> must be a floppy drive (eg. DF0:)
  214.  
  215.         The Kickstart file can be a 256K file (1.2 or 1.3) or a
  216.         512k file (2.0x) as saved by the "Update2.x" or "Update1.3"
  217.         program supplied with your A3000.
  218.  
  219.         The Kickstart disk can be either a standard A1000 Kickstart
  220.         or an A3000 SuperKickstart disk.  If a SuperKickstart is used
  221.         a requester window will open and prompt you for the Kickstart
  222.         version you require.  These choices will be "V1.3" or "V2.0".
  223.         If the drive you specified does not have a disk in it, you will
  224.         be prompted for a disk with a requester.
  225.  
  226.         This function requires an Amiga with at least 1MB of chip memory 
  227.         for it to work.  It will attempt to allocate around 576k of
  228.         memory within the chip memory area as high as possible.  The
  229.         allocated chip memory from this allocated block to the end of
  230.         the next one megabyte boundary will be hidden from exec after
  231.         the reboot.  When Set040 is run again and the CHIPROM to FASTROM
  232.         conversion is done, this hidden memory will be added to the free
  233.         pool.  If your chip memory usage is large, Set040 may not be able 
  234.         to obtain the required memory.  If this happens I suggest closing 
  235.         as many programs as possible or re-booting with a minimum set-up 
  236.         so that Set040 can allocate the ram it requires.  
  237.  
  238.         Even though we are about to re-boot, into a new kickstart, Set040
  239.         will NOT just take the ram required, as this may cause an 
  240.         exception.  If the memory allocated, falls within the first 
  241.         megabyte on an Amiga with two megabytes of chip ram, the second 
  242.         megabyte will be lost completely unless added in with the 'addmem'
  243.         command.  This should not happen under normal circumstances, as 
  244.         Exec normally allocates memory from lower addresses first.  This 
  245.         means that the memory allocated by Set040 should always fall 
  246.         within the highest one megabyte block.  
  247.  
  248.         A brief message will appear, informing you that the new kickstart
  249.         is being patched to prevent the MMU from being disabled.  
  250.         After a short delay the new Kickstart will be booted.  During 
  251.         this delay the power light will flash rapidly to let you know 
  252.         this function is operating successfully.
  253.  
  254. KICKSTART              
  255. 1.2 - 1.3    If the new Kickstart is 1.2 or 1.3,  only the remaining chip 
  256.         memory will be available after booting.  Any FASTRAM on the 
  257.         A3000 mother board will not be available.  This memory must be 
  258.         added to the system with the supplied "addmem" command.  It has
  259.         been done this way incase the fast memory is not required for 
  260.         some reason.  The usage for the 'addmem' command for different 
  261.         memory sizes is shown below.  When the FASTRAM has been added, 
  262.         you may run Set040 again with no arguments.  Set040 will recognise
  263.         that the set-up is a CHIPRAM set-up and will move it to FASTRAM if
  264.         there is sufficient available.  The amount of CHIPRAM that was 
  265.         previously hidden will be added to the free pool.
  266.  
  267.         AddMem usage for A3000 32bit wide fast ram are as follows:
  268.  
  269.         A3000 4MB  32 bit ram = AddMem 7C00000 7FFFFFF
  270.         A3000 8MB  32 bit ram = AddMem 7800000 7FFFFFF
  271.         A3000 12MB 32 bit ram = AddMem 7400000 7FFFFFF
  272.         A3000 16MB 32 bit ram = AddMem 7000000 7FFFFFF
  273.               
  274. KICKSTART
  275.   2.0x
  276.         If the new Kickstart is 2.0x (V37+)your FASTRAM will still be 
  277.         available and your hard disk would have booted.  The addmem 
  278.         command will not be required.  This set-up will still be in 
  279.         CHIPRAM though, and can be automatically moved to fast memory 
  280.         by running Set040 again without any arguments.  This is the
  281.         information only mode of Set040 but will recognise the Chip 
  282.         setup and move it and the MMU set-up to FASTRAM, then replace 
  283.         the previously hidden chip memory.  
  284.               
  285.    EXAMPLE
  286.    -------    To install a KICKROM setup from a file called "KICK" in "DEVS:"
  287.                 
  288.         Set040 -k devs:kick
  289.               
  290.         To install a kickrom option from a kickstart disk in df1:
  291.               
  292.         Set040 -k df1:
  293.         
  294.               
  295.         NOTE:    FOR COMPATIBILITY REASONS, WHEN THE CHIPRAM to FASTRAM CHANGE
  296.         IS PERFORMED, THE DATA CACHE WILL ONLY BE ENABLED FOR V2.0X
  297.         KICKSTARTS, AND WILL BE DISABLED FOR OTHER KICKSTARTS.  IF YOU
  298.         WISH TO CHANGE THIS, OR MANIPULATE THE OTHER CACHES, USE THE
  299.         '-c' SWITCH OPTIONS.
  300.         
  301.         ONCE THIS KICKSTART IS INSTALLED IT CANNOT BE REMOVED WITH THE 
  302.         '-r' FUNCTION. ANY ATTEMPT TO DO SO WILL GIVE AN ERROR.  IF YOU
  303.         WISH TO RETURN TO YOUR ROM BASED KICKSTART, ALL THE IS REQUIRED 
  304.         IS A HARDWARE RESET.  (THERFORE THE KICKROM SETUP WILL NOT 
  305.         SURVIVE A HARDWARE RESET).  
  306.         
  307. Reboot040    It can however survive a software reset with a supplied 
  308.         utility 'ReBoot040'.  If you use this program to reboot
  309.         the Amiga instead of using the keyboard, the kickstart
  310.         that is currently running the system will survive and
  311.         boot once again.  The program takes no parameters, just
  312.         type its name and press return and the Amiga will reboot.        
  313.  
  314.               
  315.    ******************
  316.    CACHE MANIPULATION
  317.    ******************           
  318.               
  319.     -c<args> = Manipulate caches as per arguments.
  320.                     
  321.     <args> 
  322.  
  323.     I    = Enable  Instruction cache.
  324.     i    = Disable Instruction cache.
  325.     D    = Enable  Data cache.
  326.     d    = Disable Data cache.
  327.     B    = Enable  both caches.
  328.     b    = Disable both caches.
  329.     C    = Enable  Copyback for $4000000 - $FFFFFFF.
  330.     c    = Disable Copyback for $4000000 - $FFFFFFF.
  331.     A    = Enable  both caches and Copyback for $4000000 - $FFFFFFF
  332.     a    = Disable both caches and Copyback for $4000000 - $FFFFFFF
  333.                               
  334.     NOTE:    Using some of the above switches together would be
  335.         the same as using one single one, -cB is the same as
  336.         -cID, likewise -ca is the same as -cidc.  It has been
  337.         done this way so that each cache can be manipulated
  338.         seperately or manipulated together easily.
  339.                     
  340.    EXAMPLES
  341.    --------    Disable both caches - Set040 -cb
  342.         Enable  both caches - Set040 -cB
  343.         Disable Data Cache  - Set040 -cd
  344.         Enable  Data Cache  - Set040 -cD
  345.         Enable  Ins & Data Caches and disable Copyback - Set040 -cIDc                           
  346.         Enable  Ins & Data Caches and disable Copyback - Set040 -cBc
  347.         Enable  Ins & Data Caches and enable  Copyback - Set040 -cA
  348.         Enable  Ins & Data Caches and enable  Copyback - Set040 -cIDC
  349.         Disable Ins & Data Caches and disable Copyback - Set040 -ca
  350.         ETC...
  351.             
  352.    ****************
  353.    REMOVING FASTROM
  354.    ****************                  
  355.                               
  356.     -r    = Remove the FASTROM remap and reclaim all resources.
  357.    
  358.     NOTE    This function is not possible on a KICKROM setup.
  359.                 
  360.    *************
  361.    CPU SWITCHING
  362.    *************             
  363.                 
  364.     -s    = Switch between the 68040 and 68030 and vice-versa on a 
  365.         PP&S 68040 card in an Amiga A3000-25MHZ.  The program 
  366.         automatically knows the current CPU and will prompt to 
  367.         switch to the opposite one.              
  368.                                
  369.     NOTE ON -s 
  370.         This is the only switch that is permitted on a 
  371.         68030 CPU.  All other switches will display an 
  372.         error.  When this switch is given, a requester 
  373.         will open and will prompt you to either 'CHANGE'
  374.         or 'ABORT' via two gadgets.  If aborted, no 
  375.         further action takes place and the program will
  376.         exit.  If 'CHANGE' is selected, another requester
  377.         will open and prompt you to reboot the computer.
  378.         This requester will have a single 'ABORT' gadget,
  379.         giving you a final chance to abort.  The actual 
  380.         reboot must be done by hand, using the keyboard
  381.         because the PP&S 68040 card requires a hardware 
  382.         reset to switch modes.  This cannot be generated 
  383.         with software.  (NO, the reset instruction will
  384.         not work!) :-( 
  385.               
  386. IMPROVEMENTS
  387.         All suggestions will be carefully considered.
  388.         All bugs will be rectified A.S.A.P.
  389.         I will attempt to overcome all incompatibilities 
  390.         if sufficient information on your particular board
  391.         is supplied ie. amount of onboard ram, address of such
  392.         ram, A3000 or A2000 board, full description of other
  393.         hardware you use, full description of any plug in cards,
  394.         full description of your Amiga, OS version numbers etc!!
  395.                 
  396.         TECHNICAL NOTES
  397.         The average user may not completely understand the following
  398.         notes, suffice to say an understanding of how this program
  399.         works is not required.  Information given here is mainly
  400.         for the benefit of the experienced user or programmer.
  401.         These notes may be of some help if you experience problems
  402.         with certain 68040 cards.
  403.  
  404.         I wrote this program for a few reasons.  To gain knowledge 
  405.         in programming the 68040 processor in assembler and to 
  406.         discover the differences from its older brothers.  I wanted to 
  407.         test Macro68 assembler in 68040 instructions.  When I ran a 
  408.         test of the difference in speed between reading the ROMS and 
  409.         reading FAST RAM, I realized an assembler 68040 MMU program 
  410.         was a necessity.  I found that while reading the ROMS the 
  411.         68040 was only marginally faster than the 68030, yet in FAST 
  412.         RAM the 68040 leaves the 68030 standing.
  413.  
  414.         The MMU set-up remaps the kickstart ROMS to FAST RAM, and 
  415.         allows for instruction caching of the address areas the
  416.         same as for the data areas mentioned below.  This set-up
  417.         protects the new kickstart by marking this area of memory 
  418.         as write-protected in the ATC table entries. 
  419.  
  420.         Re-mapping kickstart to FAST RAM poses a few problems because
  421.         of the design of the 68040 MMU.  Most of the first 16MB of the 
  422.         Amiga memory map must be set for non-cachable serialized.  The 
  423.         rest of the 4 Gigabyte space can be set for cachable copyback,
  424.         but because of limitations of the 68040 MMU, programming this 
  425.         is not easy.  The standard PP&S set-up manages this by using 
  426.         both of the Data Transparent Translation registers.  This works 
  427.         fine but does not allow for re-mapping of the kickstart.  The 
  428.         68040 MMU looks at Transparent Translation registers first, and 
  429.         if an address matches, the ATC tables are not accessed. 
  430.         Therefore a remap of the kickstart would not be seen if we 
  431.         used the same values in the transparent registers as PP&S, or
  432.         Commodore uses. 
  433.     
  434.         The 68040 has a simple 3 level ATC table and page sizes of either
  435.         4k or 8k.  Our set-up discussed here uses the 8k page size.
  436.         If the ATC is used, each entry in the first table covers 32MB.  
  437.         This means that we must at least have entries in this table 
  438.         for that address space.  If we want this entire 32MB to be valid
  439.         we must have complete entries in the second and third tables to 
  440.         cater for it.  This is not a large problem but does use around 
  441.         17k of memory for each 32MB space covered in the table.  The 
  442.         problem is enhanced due to the fact the 68040 does not support 
  443.         'early termination descriptors' as the 68030 did. 
  444.  
  445.         The next problem exists because, two of each data and instruction
  446.         transparent translation registers are not enough to control the 
  447.         rest of the space.  We could put all entries in the ATC tables, 
  448.         but this would mean rather large tables and make it difficult to 
  449.         control the copyback mode over a large area.  This would also mean
  450.         that the CPU040 program from PP&S, and possibly many more 68040 
  451.         copyback manipulation programs would not be compatible.
  452.  
  453.         The set-up I have opted for, is to insert entire entries for the 
  454.         first 64MB of space.  The first 16MB is set in the tables as
  455.         non-cachable serialized.  Copyback mode for the second, third
  456.         and fourth 16MB spaces can be conrolled globally between copyback
  457.         or writethrough at installation time by command line arguments.  
  458.         The address of this entire 48MB space is $1000000 - $3FFFFFF.
  459.  
  460.         The next 64MB address space ($4000000 - $7FFFFFF) is controlled
  461.         by one each of the two data and instruction transparent 
  462.         translation registers for the data and instruction spaces
  463.         respectively.  The data registers are set for cachable copyback
  464.         unless the 'w' argument of the '-f' switch is used at 
  465.         installation.  This can be changed after installation with the 
  466.         '-c<args>' switch.  The instruction registers are set for 
  467.         cachable.
  468.  
  469.         The above caters for the first 16MB and the area defined as 
  470.         'A3000 mother board space'.  Above this area we have a 128MB 
  471.         space which is defined as "ZorroIII 32 bit memory expansion 
  472.         area".  This is controlled by the second data and instruction
  473.         transparent translation registers and can be optionally
  474.         switched between copyback or writethrough after installation
  475.         by command line arguments.  This area will default to copyback 
  476.         at installation unless '-fc' command line argument is given.
  477.  
  478.         All these ATC entries except for the kickstart remap entries
  479.         actually get transparently translated.  The 68040 users guide
  480.         states that if the physical address equals the logical address
  481.         in a page entry, then that entry is transparently translated.
  482.         Transparent translation means that there is no CPU overhead
  483.             to do the translation.  The kickstart remap routine makes use
  484.         of the new 'MOVE16' instruction to copy the ROM into ram.  
  485.         This allows a very fast copy and saves having to call kickstart
  486.         routines to flush the caches after the copy.  A program of this
  487.         kind written in C (with current C compilers) would have to use 
  488.         CopyMemQuick function call and then flush the caches, and this
  489.         would be much slower, whereas my routine is instantaneous.
  490.  
  491.         When programming this set-up I attempted to keep it as compatible
  492.         with the standard set-up from PP&S as possible.  This allows 
  493.         their CPU040 program to still be used to manipulate the copyback 
  494.         mode.  I tried also to keep it compatible with my own CPUSet 
  495.         program that I released at an earlier date.  In doing this it I 
  496.         had to compromise the set-up even further than I would have 
  497.         normally done. 
  498.  
  499.         The PP&S CPU040 program ,my CPUSet program and Commdore's new
  500.         CPU program will only be able to switch copyback address areas 
  501.         that are controlled by the DTT1 register.  This allows them to 
  502.         control memory addresses in the range of $4000000 - $7FFFFFF.  
  503.         This area covers the entire motherboard fast memory in the A3000.
  504.         The '-c<args> options have much greater control over all areas.
  505.  
  506.         The rest of the map has been set as invalid.  The set-up I 
  507.         have opted for should allow for the greatest compatibility 
  508.         between different 68040 cards.  I will change this set-up or 
  509.         supply more options in future versions if necessary.  
  510.  
  511.         ZorroIII memory boards which are addressed within the range
  512.         of $8000000 - $FFFFFFF should work as this is the area that has 
  513.         been assigned for such memory boards.  Other ZorroIII boards that
  514.         are addressed above this area will not work with the current 
  515.         set-up.  I have no knowledge of such cards available at the
  516.         time of writing.
  517.  
  518.  
  519.                  
  520. TRADEMARKS 
  521.                
  522.     AmigaDOS, Amiga and Kickstart are trademarks of Commodore Amiga Inc.
  523.     PP&S is an abbreviation for Progressive Peripherals and Software.
  524.     MC68030, MC68040 and Motorola are trademarks of Motorola Inc.               
  525.                 
  526. REFERENCES
  527.                 
  528.     M68000PM/AD  Programmers Reference Manual (inc. CPU32)
  529.     Published by Motorola Literature Distribution USA.
  530.     M68000UM/AD  8-/16-/32-Bit MicroProcessor User's Manual Eigth Edition.
  531.     Published by PRENTICE HALL, Englewood Cliffs, N.J. 07632
  532.     MC68040UM/AD 32-Bit MicroProcessor User's Manual
  533.     Published by Motorola Literature Distribution USA.
  534.     MC68030UM/AD 32-Bit MicroProcessor User's Manual
  535.     Published by Motorola Literature Distribution USA.
  536.                 
  537.