;
; 2.0 Startup created by RR 1991
;
;
;ask "Do you have A500 with only 1 MB RAM (Y/N) ?"
;if warn
NoC0Ram  ; Makes you $c00000 usable with Kickstart 2.0
;endif
echo "Kickstart 2.0 version 37.175 Disk"

echo "*NThis version can be used with ANY Amiga with at least 1 MB of memory!"

ask "Do you have A2000 or A500 with real FastRam at address $200000 ? (Y/N)"

if warn
	ZKICK -noreset sys:kick.175.20
else 
	ask "Do you have A500 with A501 (or similar) memory at address $c00000 ? (Y/N)"
	if warn
		ZKICK -v175 -c0 sys:kick.175.20
	else
		echo "*NYour system is not usual one..."
		echo "You can still boot the New and Fabulous Kickstart by writing"
		echo "Command at prompt soon displayed."
		echo "*NTemplate:*N"
		echo "zkick -v175 -start YOURMEMORYADDRESS(HEXADECIMAL) sys:kick.175.20"
		echo "Example: zkick -v175 -start 600000 sys:kick.175.20*N*N"
	endif
endif



