Hi Acill,
Blizkick can be a bit tricky to get setup. Here's a quick rundown:
Install Blizkick with the installer or by hand, just make sure
to create two directories:
sys:devs/kickstarts -- for the kickstart file(s) you wish to be mapped by Blizkick
sys:devs/modules -- the default directory for Blizkick modules
Use the tool included with Blizkick to "grab" the rom image from your machine,
and store it as a file. Now would be a good time to patch the romfile with
exec44. Put it in your devs/kickstarts drawer, named something like "kick31.rom",
"kick31rom.patched" or whatever you like.
Now the tricky part:
Put Blizkick somewhere in your startup-sequence, I put it at the very beginning
before anything else, but you may have to experiment a bit depending on your
particular card and configuration.
The bare minimum would be something like:
c:blizkick sys:devs/kickstarts/kick31.rom QUIET
This will "remap" your (hopefully patched) romfile into the fastram
of your Cyberstorm, speeding things up considerably.
You will probably want to include the names of some commands and/or module files
to your Blizkick commandline, at least the "romfixes" module:
c:blizkick sys:devs/kickstarts/kick31.rom MODULE localfast romfixes noclick A1000jingle QUIET
etc...
About the BB2 romupdate -- You don't have to skip it completely, you may only want to
avoid a few select parts...
setpatch SKIPROMMODULES "exec.library" "scsi.device" QUIET
...to skip only exec and scsi.device.
Now, there is an interesting tool that comes with Blizkick, called "romupdatesplit",
which will actually allow you to split the romupdate into it's segmented components,
and use only the ones you require as Blizkick modules. This is pretty cool, if
(for example) you wanted to use only the scsi.device from the romupdate:
c:blizkick sys:devs/kickstarts/kick31.rom MODULE localfast romfixes scsi.device QUIET
and then remember to skip the romupdate completely:
setpatch NOROMUPDATES QUIET
This will also have the added effect of completely avoiding the extra reboot
required by setpatch when you use any of the "romupdates"; there will only
be the one needed by Blizkick to "remap" your romfile and modules.
You will probably need to use the "extresbuf" option with Blizkick, to increasae
the "maprom" area. The default maprom area is only 512k...usually not enough for
the romfile and several extra modules.
c:blizkick sys:devs/kickstarts/kick31.rom EXTRESBUF=100000 MODULE localfast romfixes QUIET; etc...
I hope this helps a little, Blizkick is definately a worthwhile and valuable tool. Just
pay close attention to the docs and you'll have no problems getting it setup. If you have
anymore questions just let us know!
