.Anyways, all you need is a address decoder/RAM RAS/CAS driver mux for the 25th+ address bit, and somehow write a driver to patch the OS, and trap the various routines in ROM to "stitch" RAM together, if its possible...
Otherwise you could only allocate a RAM Disk to it using a custom control panel/driver like some accelerator cards supported.
If you went with SRAM, you wouldnt need all that extra crap. Just an 4 to 16 Decoder with the appropriate lines hooked up. But, you still need the driver/OS/ROM patches to stitch the RAM together, or at least tell the OS where the RAM begins, ignoring the whole lower 10MB.
.The RAM is originally routed through the EAGLE gate array, but is unnecessary if we're interfacing with the processor directly.
So...RAMdisk-only mod discussed way back at the start by techknight and Paralel.
Scuse me if I'm being dim*, but if that works, what's the problem?*real* RAM instead of just a RAMdisk / RAMdisk-as-VM
There were Classic Mac Accelerators that added RAM to the system; but not for the host CPU but for the accelerator's CPU. I had one for the SE long ago that used a '020 that gave 8 more megs to the system but only to the 020. The SE's 68K was blind to the extra RAM if you "Software shut off" the '020. But the '020 could access the 68k's RAM on top of it's own RAM.(Edit: Changed to "680x0" because... I may be wrong, but I could sort of swear that there might have been MMU-less *68020* accellerators that also included extra RAM that could only be used for a RAMdisk? It would seem a card like that would *have* to do some interesting tricks with page-flipping in order to let it be used at all, with the magic crammed into the RAMDISK driver.)