home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Information / WebSites / Amiga / 3.5 / requirements-e.shtml < prev    next >
Text File  |  2000-09-06  |  12KB  |  290 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3.  
  4. <HEAD>
  5.     <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
  6.     <META NAME="Author" Content="www.haage-partner.com">
  7.     <TITLE>AmigaOS 3.5 Requirements</TITLE>
  8. </HEAD>
  9.  
  10. <!-- amiga.com designed by Ted Wallingford twallingford@indexc.com -->
  11.  
  12. <HTML>
  13. <HEAD>
  14. <TITLE>Amiga - So the World May Know</TITLE>
  15. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  16. <META KEYWORDS="Amiga, embedded, realtime, console, Jay Miner, alternative,
  17. Microsoft not spoken here, web, video, pc, virtual reality, internet">
  18. </HEAD>
  19.  
  20. <!-- Look Ma, No Word -->
  21.  
  22. <SCRIPT language="javascript">
  23.  
  24. <!-- Preload the active menu graphics //-->
  25. <!--
  26. browserName = navigator.appName;
  27. browserVer = parseInt(navigator.appVersion);
  28.  
  29.     if (browserName == "Netscape" && browserVer < 3) version = "rollno";
  30.     else if (browserName == "Microsoft Internet Explorer" && browserVer < 3.01) version= "rollno";
  31.     else version = "rollyes";
  32.     
  33.     if (version == "rollyes") {
  34.     menu0on = new Image();
  35.     menu0on.src = "/grafx/n-news-on.gif";
  36.     menu1on = new Image();
  37.     menu1on.src = "/grafx/n-exec-on.gif";
  38.         menu2on = new Image();
  39.     menu2on.src = "/grafx/n-pr-on.gif";
  40.     menu3on = new Image();
  41.     menu3on.src = "/grafx/n-aw-on.gif";
  42.     menu4on = new Image();
  43.     menu4on.src = "/grafx/n-events-on.gif";
  44.     menu5on = new Image();
  45.     menu5on.src = "/grafx/n-products-on.gif";
  46.     menu6on = new Image();
  47.     menu6on.src = "/grafx/n-dealers-on.gif";
  48.     menu7on = new Image();
  49.     menu7on.src = "/grafx/n-corporate-on.gif";
  50.     menu8on = new Image();
  51.     menu8on.src = "/grafx/n-investors-on.gif";
  52.         menu9on = new Image();
  53.     menu9on.src = "/grafx/n-jobs-on.gif";
  54.     menu10on = new Image();
  55.     menu10on.src = "/grafx/n-support-on.gif";
  56.     menu11on = new Image();
  57.     menu11on.src = "/grafx/n-usergroups-on.gif";
  58.     menu12on = new Image();
  59.     menu12on.src = "/grafx/n-developers-on.gif";
  60.     menu13on = new Image();
  61.     menu13on.src = "/grafx/n-search-on.gif";
  62.     
  63.     
  64.  
  65.     
  66.     header0on = new Image();
  67.     header0on.src = "/grafx/h-news.gif";
  68.     header1on = new Image();
  69.     header1on.src = "/grafx/h-products.gif";
  70.     header2on = new Image();
  71.     header2on.src = "/grafx/h-support.gif";
  72.     header3on = new Image();
  73.     header3on.src = "/grafx/h-search.gif";
  74.     header4on = new Image();
  75.     header4on.src = "/grafx/h-corporate.gif";
  76.  
  77.     menu0off = new Image();
  78.     menu0off.src = "/grafx/n-news-off.gif";
  79.     menu1off = new Image();
  80.     menu1off.src = "/grafx/n-exec-off.gif";
  81.         menu2off = new Image();
  82.     menu2off.src = "/grafx/n-pr-off.gif";
  83.     menu3off = new Image();
  84.     menu3off.src = "/grafx/n-aw-off.gif";
  85.     menu4off = new Image();
  86.     menu4off.src = "/grafx/n-events-off.gif";
  87.     menu5off = new Image();
  88.     menu5off.src = "/grafx/n-products-off.gif";
  89.     menu6off = new Image();
  90.     menu6off.src = "/grafx/n-dealers-off.gif";
  91.     menu7off = new Image();
  92.     menu7off.src = "/grafx/n-corporate-off.gif";
  93.     menu8off = new Image();
  94.     menu8off.src = "/grafx/n-investors-off.gif";
  95.         menu9off = new Image();
  96.     menu9off.src = "/grafx/n-jobs-off.gif";
  97.     menu10off = new Image();
  98.     menu10off.src = "/grafx/n-support-off.gif";
  99.     menu11off = new Image();
  100.     menu11off.src = "/grafx/n-usergroups-off.gif";
  101.     menu12off = new Image();
  102.     menu12off.src = "/grafx/n-developers-off.gif";
  103.     menu13off = new Image();
  104.     menu13off.src = "/grafx/n-search-off.gif";
  105.  
  106.     
  107.     header0off = new Image();
  108.     header0off.src = "/grafx/header_amiga_inc.gif";
  109.     }
  110. //-->
  111. <!-- End of active menu pre-load //-->
  112.  
  113. <!-- This little script will tell the buttons what to do... //-->
  114. <!--
  115. function img_act(imgName,headName) {
  116.     if (version == "rollyes") {
  117.     imgOn = eval(imgName + "on.src");
  118.     headOn = eval(headName + "on.src");
  119.     document.images [imgName].src = imgOn;
  120.     document.images ['header0'].src = headOn;
  121.     }
  122. }
  123.  
  124. function img_inact(imgName) {
  125.     if (version =="rollyes") {
  126.     imgOff = eval(imgName + "off.src");
  127.     headOff = header0off.src
  128.     document.images [imgName].src = imgOff;
  129.     document.images ['header0'].src = headOff;
  130.     }
  131. }
  132. //-->
  133. <!-- This is the end of the 'what to do' script //-->
  134.  
  135. </SCRIPT>
  136.  
  137. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CC0000" VLINK="#660000"
  138. ALINK="#FF3333" TOPMARGIN=0 LEFTMARGIN=0>
  139.     <BASE HREF="file://localhost/AACD13:AACD/Information/WebSites/Amiga/">
  140.   <TABLE BORDER="0" WIDTH="580" CELLSPACING="0" CELLPADDING="0">
  141.     <TR ALIGN="LEFT" VALIGN="TOP"> 
  142.       <TD WIDTH="93"><IMG LOWSRC="grafx/boing_static.gif" SRC="grafx/boing.gif" WIDTH="93" HEIGHT="81"></TD>
  143.       <TD COLSPAN="5" WIDTH="487"><IMG SRC="grafx/amiga_logo_top.gif" WIDTH="487" HEIGHT="81"></TD>
  144.     </TR>
  145.     <TR VALIGN="TOP" ALIGN="LEFT"> 
  146.       <TD WIDTH="93"><A HREF=""><IMG SRC="grafx/us_flag.gif" WIDTH="93" HEIGHT="50" BORDER="0"></A></TD>
  147.       <TD WIDTH="97" VALIGN="top"><A HREF="press/current"
  148.         onMouseOver = "img_act ('menu0','header0')"
  149.         onMouseOut = "img_inact ('menu0')"><IMG SRC="grafx/n-news-off.gif" NAME="menu0" ALT="News" WIDTH="97" HEIGHT="50" BORDER="0"></A></TD>
  150.       <TD WIDTH="82"><IMG SRC="grafx/header_left_side.gif" WIDTH="82" HEIGHT="28"><BR>
  151.         <IMG SRC="grafx/small_corner_curve.gif" WIDTH="14" HEIGHT="22" BORDER="0"></TD>
  152.       <TD WIDTH="241"><IMG NAME="header0" SRC="grafx/header_amiga_inc.gif"
  153. WIDTH="241" HEIGHT="28"></TD>
  154.       <TD WIDTH="21"><IMG SRC="grafx/header_right_side.gif" WIDTH="21" HEIGHT="28"></TD>
  155.       <TD WIDTH="46"><IMG SRC="grafx/spacer.gif" WIDTH="46" HEIGHT="1"></TD>
  156.     </TR>
  157.     <TR HEIGHT="45">
  158.       <TD
  159. VALIGN="top" WIDTH="93" BACKGROUND="grafx/left_side_stretch.gif"><A
  160. HREF="de/"><IMG ALT="in
  161. Deutsche" SRC="grafx/de_flag.gif" WIDTH="93" HEIGHT="39" BORDER="0"></A><P><CENTER>
  162. <A HREF="products/damiga.shtml"><IMG SRC="grafx/dtile.gif" HEIGHT=77
  163. WIDTH=78 BORDER=0></A><P>
  164. <A 
  165. HREF="products/SDK.shtml"><IMG 
  166. SRC="pics/products/sdk.gif" WIDTH=78 
  167. HEIGHT=78 ALT="SDK" BORDER=0></A><P><A HREF="games/"><IMG
  168. SRC="grafx/atbutton.gif" HEIGHT=78 WIDTH=78
  169.  border=0 alt="Games"></A><P>
  170. <A HREF="http://www.devicetop.com/dt/main"><IMG
  171. SRC="grafx/devicetop.gif" HEIGHT=78 WIDTH=78
  172. ALT="Devicetop.com" BORDER=0></A><P>
  173. <A HREF="3.5"><IMG
  174. SRC="pics/products/os35-redbg.gif" WIDTH=78 HEIGHT=77
  175. BORDER=0></A></CENTER></TD>
  176.       <TD WIDTH="97" VALIGN="top"><A HREF="corporate/exec_update.shtml"
  177.         onMouseOver = "img_act ('menu1','header0')" 
  178.         onMouseOut = "img_inact ('menu1')"><IMG SRC="grafx/n-exec-off.gif" NAME="menu1" ALT="Executive" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
  179.         <A HREF="press/current/"
  180.         onMouseOver = "img_act ('menu2','header0')" 
  181.         onMouseOut = "img_inact ('menu2')"><IMG SRC="grafx/n-pr-off.gif" NAME="menu2" ALT="Press" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
  182.          <A HREF="press/zine/"
  183.         onMouseOver = "img_act ('menu3','header0')" 
  184.         onMouseOut = "img_inact ('menu3')"><IMG SRC="grafx/n-aw-off.gif" NAME="menu3" ALT="AW" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
  185.         <A HREF="events/"
  186.         onMouseOver = "img_act ('menu4','header0')" 
  187.         onMouseOut = "img_inact ('menu4')"><IMG SRC="grafx/n-events-off.gif" NAME="menu4" ALT="Events" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  188.         <A HREF="products/"
  189.         onMouseOver = "img_act ('menu5','header1')" 
  190.         onMouseOut = "img_inact ('menu5')"><IMG SRC="grafx/n-products-off.gif" NAME="menu5" ALT="Products" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  191.         <A HREF="products/dealers.shtml"
  192.         onMouseOver = "img_act ('menu6','header1')" 
  193.         onMouseOut = "img_inact ('menu6')"><IMG SRC="grafx/n-dealers-off.gif" NAME="menu6" ALT="Dealers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  194.         <A HREF="corporate/"
  195.         onMouseOver = "img_act ('menu7','header4')" 
  196.         onMouseOut = "img_inact ('menu7')"><IMG SRC="grafx/n-corporate-off.gif" NAME="menu7" ALT="Corporate" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  197.         <A HREF="corporate/investors.shtml"
  198.         onMouseOver = "img_act ('menu8','header4')" 
  199.         onMouseOut = "img_inact ('menu8')"><IMG SRC="grafx/n-investors-off.gif" NAME="menu8" ALT="Investors" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  200.         <A HREF="corporate/jobs"
  201.         onMouseOver = "img_act ('menu9','header4')" 
  202.         onMouseOut = "img_inact ('menu9')"><IMG SRC="grafx/n-jobs-off.gif" NAME="menu9" ALT="Jobs" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  203.         <A HREF="support"
  204.         onMouseOver = "img_act ('menu10','header2')" 
  205.         onMouseOut = "img_inact ('menu10')"><IMG SRC="grafx/n-support-off.gif" NAME="menu10" ALT="Support" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  206.         <A HREF="user_groups"
  207.         onMouseOver = "img_act ('menu11','header2')" 
  208.         onMouseOut = "img_inact ('menu11')"><IMG SRC="grafx/n-usergroups-off.gif" NAME="menu11" ALT="User Groups" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
  209.         <A HREF="developers"
  210.         onMouseOver = "img_act ('menu12','header2')" 
  211.         onMouseOut = "img_inact ('menu12')"><IMG SRC="grafx/n-developers-off.gif" NAME="menu12" ALT="Developers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
  212.         <A HREF="tools/search.shtml"
  213.         onMouseOver = "img_act ('menu13','header3')" 
  214.         onMouseOut = "img_inact ('menu13')"><IMG SRC="grafx/n-search-off.gif" NAME="menu13" ALT="Search" WIDTH="97" HEIGHT="20" BORDER="0"></A><BR>
  215.         <IMG SRC="grafx/menu_bottom.gif" WIDTH="97" HEIGHT="70" BORDER="0">
  216. </TD>
  217. <TD COLSPAN="4" ROWSPAN="8" VALIGN="TOP" ALIGN="LEFT">
  218.  
  219. <!-- CONTENT BEGIN //-->
  220. <FONT FACE="Tahoma, Arial, Helvetica" SIZE=2>
  221.  
  222. <P><B><FONT SIZE="5" COLOR="#EE0000" FACE="Arial, Helvetica">· · </FONT><I><FONT SIZE="5" COLOR="#EE0000"
  223. FACE="Arial, Helvetica">OS 3.5 REQUIREMENTS</FONT></I></B><FONT FACE="Arial, Helvetica"><BR>
  224.  
  225. <HR ALIGN="CENTER" SIZE="1">
  226. <BR>
  227. <BR>
  228. </FONT><B><FONT FACE="Arial, Helvetica">Amiga OS 3.5 System Requirements</FONT></B></P>
  229.  
  230. <BLOCKQUOTE>
  231.     <P><FONT FACE="Arial, Helvetica">In order to upgrade your Amiga system to OS 3.5, it must be equipped with the
  232.     following hardware:</FONT></P>
  233.     <UL>
  234.         <LI><FONT FACE="Arial, Helvetica">CD-ROM drive</FONT>
  235.         <LI><FONT FACE="Arial, Helvetica">Hard drive</FONT>
  236.         <LI><FONT FACE="Arial, Helvetica">68020 or higher processor</FONT>
  237.         <LI><FONT FACE="Arial, Helvetica">Amiga 3.1 ROMs</FONT><B><FONT SIZE="2" FACE="Arial, Helvetica"> (version 40.xx)</FONT></B>
  238.         <LI><FONT FACE="Arial, Helvetica">4 MB Fast RAM</FONT>
  239.     </UL>
  240.     <P><FONT FACE="Arial, Helvetica">For better performance, Amiga Inc. recommends:</FONT></P>
  241.     <UL>
  242.         <LI><FONT FACE="Arial, Helvetica">68030 or higher processor</FONT>
  243.         <LI><FONT FACE="Arial, Helvetica">8 MB Fast RAM</FONT>
  244.         <LI><FONT FACE="Arial, Helvetica">Graphics accelerator and/or scandoubler</FONT>
  245.         <LI><FONT FACE="Arial, Helvetica">Modem</FONT>
  246.     </UL>
  247.     <P><FONT FACE="Arial, Helvetica">To take full advantage of OS 3.5 we also recommend you add the following:</FONT></P>
  248.     <UL>
  249.         <LI><FONT FACE="Arial, Helvetica">68060 processor with PowerPC accelerator card</FONT>
  250.         <LI><FONT FACE="Arial, Helvetica">16-bit sound card</FONT>
  251.         <LI><FONT FACE="Arial, Helvetica">32 MB Fast RAM</FONT>
  252.         <LI><FONT FACE="Arial, Helvetica">I/O Accelerator</FONT>
  253.     </UL>
  254. </BLOCKQUOTE>
  255.  
  256. <P><FONT FACE="Arial, Helvetica">If you want a new Amiga Classic system, contact your nearest Amiga dealer or Amiga
  257. publications for A1200s still available.</FONT></P>
  258.  
  259. </FONT>
  260.       <!-- CONTENT END //--></TD>
  261.  
  262.       </TR><TR>
  263.       <TD COLSPAN="2" VALIGN="TOP" ALIGN="LEFT"><IMG SRC="grafx/left_side_bottom.gif" WIDTH="93" HEIGHT="51"></TD>
  264.           </TR>
  265.    
  266. </TABLE> 
  267. <TABLE WIDTH=100%><TR><TD WIDTH="93" VALIGN="TOP" ALIGN="LEFT"></TD>
  268.       <TD COLSPAN="5" ALIGN="RIGHT">
  269.       
  270. <FONT SIZE=2 FACE="Tahoma, Arial"><A HREF="corporate">Corporate</A> |
  271. <A HREF="support">Support</A> |
  272. <A HREF="press/current">News</A> |
  273. <A HREF="events">Events</A> |
  274. <A HREF="products">Products</A> |
  275. <A HREF="tools/search.shtml">Search</A></FONT><BR>
  276.       <IMG SRC="grafx/amiga_footer.gif" WIDTH="437" HEIGHT="71"></TD>
  277.     </TR>
  278.   </TABLE>
  279. <P ALIGN=RIGHT>
  280. <FONT SIZE=1 FACE="Tahoma,Arial,Helvetica">© 1996-2000 Amiga,
  281. Inc.<BR>
  282. <A HREF="mailto:webmaster@amiga.com">webmaster@amiga.com</A> |
  283. <A HREF="sitelog.shtml">Site Log</A> | <A HREF="sitemap.shtml">Site Map</A>
  284. </P>
  285. </CENTER>
  286. </BODY>
  287. </HTML>
  288.  
  289.  
  290.