[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] kernel only extract script (fast + small)



some how the Hades detection dispeared

should be last version.. (1.0.2)

--------------------



if   [ "$PLATFORM" = "0x00000000" ]; then echo -n "ST (MegaST) "
elif [ "$PLATFORM" = "0x00010010" ]; then echo -n "STE "
elif [ "$PLATFORM" = "0x00010001" ]; then echo -n "ST Book "
elif [ "$PLATFORM" = "0x00010010" ]; then echo -n "Mega STE "
elif [ "$PLATFORM" = "0x00020000" -a "$CT6x" != "" ] ; then echo -n "CT6x/TT "
elif [ "$PLATFORM" = "0x00020000" -a "$HADES" != "" ] ; then echo -n "Hades "
elif [ "$PLATFORM" = "0x00020000" ] ; then echo -n "TT "
elif [ "$PLATFORM" = "0x00024D34" -o "$PLATFORM" = "0x00014D34" ] ;
then echo -n "Medusa T40 "
elif [ "$PLATFORM" = "0x00030000" -a "$V4E" != "" ] ; then echo -n "FireBee "
elif [ "$PLATFORM" = "0x00030000" -a "$CT6x" != "" ] ; then echo -n
"CT6x/Falcon "
elif [ "$PLATFORM" = "0x00030000" ] ; then echo -n "Falcon "
elif [ "$PLATFORM" = "0x00040000" ] ; then echo -n "Milan "
      KERNEL=mintmil.prg
elif [ "$PLATFORM" = "0x00050000" ] ; then echo -n "ARAnyM "
      KERNEL=mintara.prg
elif [ "$V4E" != "" ]; then echo -n "Coldfire "
fi

-------------------------------

Paul

Attachment: kernupgr.sh
Description: Bourne shell script