Short: Add non-autoconfig mem early to mem list. Architecture: m68k-amigaos Reason: ------- In situations where you have only CHIP memory and non-autoconfig memory, your system will run faster and have more CHIP memory available if as many system structures as possible are not in CHIP memory. In situations where you have an accelerator that does not auto-config its memory (eg Ronin Hurricane accelerators), or only auto-configs some, at a lower speed (eg PPI Zeus accelerators), such memory can be faster than any other memory. The memory is accessed on a wider bus, at a faster speed, and can be cached by the processor, while some other memory, notably CHIP, can't. The system will run faster if libraries use the fastest memory available, and this program makes such memory available to as much of the actual system software as possible.