English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   support.Other (https://eab.abime.net/forumdisplay.php?f=74)
-   -   Amiga 3000 (https://eab.abime.net/showthread.php?t=47464)

amicrawler 15 September 2009 06:16

Amiga 3000
 
I have a Amiga 3000 is there a way to turn on the mmu it said it is off
and to turn on the cpu data cache on it is all so off
or is this not needed i have 2MB chip ram and 4MB fast ram no cards installed and a 2GB 7200rpm drive in it and kick 3.1 and wb 3.1

alexh 15 September 2009 09:28

MMU is always off unless a program or the OS is using it.

CPU caches should be on by default but if not, just open a CLI window and use the CPU command.

Code:

CPU
Format:  CPU CACHE/S BURST/S NOCACHE/S NOBURST/S DATACACHE/S DATABURST/S
        NODATACACHE/S NODATABURST/S INSTCACHE/S INSTBURST/S NOINSTCACHE/S
        NOINSTBURST/S COPYBACK/S NOCOPYBACK/S EXTERNALCACHE/S
        NOEXTERNALCACHE/S FASTROM/S NOFASTROM/S NOMMUTEST/S CHECK/K
Purpose: Change or display CPU settings e.g. caches, burst, fastrom
Example: CPU INSTCACHE FASTROM

CLI> CPU CACHE BURST FASTROM

Should enable all caches, burst mode and copy the ROM into FASTRAM and use the MMU. You can put this in your startup-sequence if you want it to be like this all the time.

LocalH 15 September 2009 23:06

Beware that remapping Kickstart into RAM like this will eat 512KB of memory (which may be needed depending on the programs that will be used).

Doesn't SetPatch ensure that the caches are on anyway? They might not be if you boot without startup-sequence (I forget whether the data cache is on by default or not, but I'm pretty sure the instruction cache is on by default). I don't think either burst mode is on by default, though.


All times are GMT +2. The time now is 17:14.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.05099 seconds with 10 queries