Hi,
I would finally like to fix a small issue I can't seem to find a solution to myself.
My Amiga 500 has a Kickstart 1.3 chip and a SCSI harddrive connected through a GVP controller. I want to keep the Kickstart 1.3 chip installed, and if needed I can softkick to Kickstart 2.0.
I need a script that on boot can determine if it is Kickstart 1.3 or Kickstart 2.0 that is available, and depending on which Kickstart, it should load the correct OS. How can I determine which Kickstart is in use?
I can do a C:Version, but this just gives some text output. How can I store this info to be able to use it in my startup-sequence? What is the best and most efficient way to do the check? What should I check for? Kickstart version, exec.library version?
I was thinking something like this, to do the loading after determining which Kickstart is in use.
IF ??> EQ Kickstart1.3
ELSE
ENDIF