*-----------------------------------------------------------------------*
*		   Falcon MC68040 CPU ToolKit v5.00			* 
*-----------------------------------------------------------------------*


xCACHE40.PRG
------------


Description:
------------

These little programs simply turn the CPU caches on or off. You can place
them in the auto folder if required - useful for getting around problems
with the caches, HDDriver and SCSI drives. See troubleshooting guide for
details.

ICACHE40.PRG:

 (I)nstruction cache - This enables only the instruction cache.
 
DCACHE40.PRG:

 (D)ata cache - This enables only the data cache.

BCACHE40.PRG:

 (B)oth caches - This enables both caches.

NCACHE40.PRG:

 (N)o caches - This disables both caches.


Known applications:
-------------------

Sometimes you will want to leave the datacache off until a later point in
the auto folder before turning it on - to cure problems with HDDriver or
other device drivers logging SCSI devices wrongly when the datacache is
turned on. The BCACHE40 utility can be used to do just that.

