>There are two articles which cover installing Kickstart EPROMs in 2-layer A1000 boards. There are several different methods, two of which remap the old Kickstart WOM/RAM to $F80000 (you use an AddMem program to manually add the memory at $F80000-$FBFFFF).
Does it state anything about the type of EPROMs supported by standard A1000 motherboards-- 27C256 or 27C512 or both?
I was thinking that even if you have only two EPROMs on a standard A1000 motherboard, as long as they have the extra address line (A15), it should be possible to losslessly compress the KS 1.1 (at least) into the 128KB EPROM space and decompress it into the 256KB KickRAM when you boot up A1000. Thus, you won't have to solder any new ROMs-- it would just be a simple plug and play solution. This of course assumes, the Kickstart does not call functions in the bootstrap kickstart in the EPROMs while loading Workbench.
The Decompressor would have to fit into the same space as the compressed KS EPROMs.