CompuServe Messages

3000 Superkick – latest?

    11-Mar-95 18:46:07
Fm: Christopher Laprise 70431,2172
To: Gerald Bonnstetter 71172,3141
options results ARG grabkick /* read 512K into the 2.04 file */ call open("2","wb_2.x:devs/kickstart","R") do i=1 to 32 dummy=readch("2",16384) end /* read the remainder of 2.04 (less than 16K) and append it to the grabkick'd 3.0 file */ call open("3",grabkick,"A") writech("3",readch("2",16384)) call close("3") call close("2") ———————————————– I just wrote the above program to do basically what that message from Mike Sinz says. I ran it thus: rx fixrom kick3 "kick3" is the name of the grabkick file. The program did attach the 'extra' bytes from 2.04 to 3.0 "kick3", which resulted in both kickstart files being the same size, but when I renamed them so that 3.0 was devs/kickstart and did a coldboot…kablam! It resulted in a constant crash/reboot cycle. I once did get 3.0 working on my 3000, but my A4000's 3.0 had only SCSI code so I couldn't access the SCSI devices. I even tried a utility called keepres, which should keep the SCSI driver from 2.04 usable when you use a kickloader: The system just crashed when I used it. -Chris