From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- system/ADbeam.sgml | 246 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 system/ADbeam.sgml (limited to 'system/ADbeam.sgml') diff --git a/system/ADbeam.sgml b/system/ADbeam.sgml new file mode 100644 index 0000000000..63995fe26e --- /dev/null +++ b/system/ADbeam.sgml @@ -0,0 +1,246 @@ + + + +
+ AMENDMENT DIRECTIVE, OTP-BEAM + <prepared>ETX/B/DUP Kenneth Lundin, Lars Thorsén + <responsible> + <docno>3/177 82 - APN 181 01 + <approved>ETX/B/DU Torbjörn Johnsson + <checked> + <date>960828 + <rev>D + <file>tr1c.sgml + <parent>../ + </header> + + <section> +<h1>Introduction</h1> +<p> +<h2>Purpose</h2> +<p> +This is a first prototype release of the OTP-BEAM system for SunOS5. +This version is intended to be used for various capacity measurements and the functionality is comparable to that of OTP rev P1D (APN 181 01 P1D). + +<h2>Revision History</h2> +<p> +Rev.A:Kenneth Lundin 1996-08-28<br> + +<p> +The exact changes between revisions of this document can be generated from our ClearCase repository upon request , or a simple unix "diff" can be used. +<h1>Product Identities</h1> +<p> +<table> +<row> +<hcell>Product Name +<hcell>Product Number +<hcell>R-state +</row> +<row> +<cell>OTP +<cell>APN 181 01 +<cell>P1D +</row> +<row> +<cell>ERTS (sunos5-beam) +<cell>CXC 138 10/3 +<cell>P1D +</row> +<row> +<cell>SASL (BOS) (sunos5-beam) +<cell>CXC 138 11/3 +<cell>P1C +</row> +<row> +<cell>MNESIA +<cell>CXC 138 12/1 +<cell>P1C +</row> +<row> +<cell>SNMPEA +<cell>CXC 138 13/1 +<cell>P1C +</row> +<row> +<cell>ERLDEV (Compiler & Debugger) +<cell>CXC 138 15/1 +<cell>P1B +</row> +<row> +<cell>DEVTOOLS (sunos5-beam) +<cell>CXC 138 16/3 +<cell>P1C +</row> +<row> +<cell>XLATETOOLS (sunos5-beam) +<cell>CXC 138 17/3 +<cell>P1C +</row> +</table> +<h1>Document Survey</h1> +<p> +<table> +<row> +<hcell>Document name +<hcell>Document number +<hcell>Rev +</row> +<row> +<cell>Systems Overview +<cell>1551-APN 181 01 +<cell>A +</row> +<row> +<cell>Erlang Tools Introduction +<cell>EPK-95:030/1 +<cell>A +</row> +<row> +<cell>Erlang Tools User's Guide +<cell>EPK-95:030/2 +<cell>A +</row> +<row> +<cell>Erlang Tools +<cell>EPK-95:030/3 +<cell>A +</row> +<row> +<cell>Distributed Erlang User's Guide +<cell>EPK-95:030/4 +<cell>A +</row> +<row> +<cell>Erlang Tools Examples +<cell>EPK-95:030/5 +<cell>A +</row> + +<row> +<cell>User's Guide to the Erlang Interface Library +<cell>3/1553-CNA 121 16 +<cell>A +</row> +<row> +<cell>Erlang Interface Library Examples +<cell>1/198 17-CNA 121 16 +<cell>A +</row> +<row> +<cell>Programmer's Guide to the Erlang Interface Library +<cell>2/198 17-CNA 121 16 +<cell>A +</row> + +<row> +<cell>OTP Erlang User's guide +<cell>1553-CNA 121 17 +<cell>A +</row> + +<row> +<cell>Mnesia Users Guide (changed name and much improved) +<cell>1553-CNA 121 18 +<cell>PB1 +</row> + +<row> +<cell>SNMPEA User's Guide +<cell>1553-CNA 121 19 +<cell>A +</row> + +<row> +<cell>SNMPEA Reference Guide +<cell>1551-CNA 121 19 +<cell>A +</row> + +<row> +<cell>User's Guide to the Interface Generator +<cell>1553-CNA 121 38 +<cell>A +</row> + +</table> + +<p> +A complete browseable document survey is available at the OTP WWW-server http://otp.ericsson.se and can also be found in the release at $OTP_ROOT/doc/all.html when the +release file is un-tar:ed at $OTP_ROOT. +<h1>Implemented Change requests</h1> +<p> +Comparable in functionality with OTP 181 01 P1D (jam). + +<h1>Implemented Trouble Reports</h1> +<p> +This is the first version. + +<h1>Installation Instructions</h1> +<p> +<b>OBS! The installation path selected below must not be the same as the one used for an OTP -jam system. </b> +<p> +The release is delivered as a compressed tar-file +<b>otp_APN18101_beam_P1D.<target>.tar.Z</b>, +where <target> is substituted with <b>sunos5</b>. +<p> +Then the following steps shall be performed at installation time: +<list> +<item>mkdir <i><installation path></i> +<item>cd <i><installation path></i> +<item>uncompress $XXX/otp_APN18101_beam_P1D.<target>.tar.Z +<item>tar xvfp $XXX/otp_APN18101_beam_P1D.<target>.tar +<item>./Install <i><installation path></i><br> +The Install command will ask a number of questions during the installation.<br> +<b>OBS!</b> When installing on a system where DNS is not used you +should answer <b>NO</b> on the question "WILL YOU USE DNS?" +<item>mkdir man/cat1 man/cat3 +<item>./format_man_pages +<item>cd <i><installation path></i>/usr/lib and run ranlib on liberl_interface.a (only sunos4) +</list> +Add <i><installation path></i>/bin to the path variable and <i><installation path></i>/man to the MANPATH variable. +<p> +Where $XXX denotes the path at which otp_APN18101_beam_P1D.<target>.tar resides. +<h1>Some useful notes</h1> +<p> +To make it possible to browse Framemaker documents through Netscape the files +.mime.types and .mailcap should be modified (see below). The modifications +can be made as systems defaults if they are placed in e.g /usr/local/lib/netscape (see Netscape Handbook for details) or as personal defaults if placed in the +users $HOME directory. +<p> +.mime.types +<p> +<pre> +application/x-maker fm +</pre> +<p> + +.mailcap +<p> +<pre> +application/x-maker; fmclient -f %s +</pre> +<h1>Known problems in this release</h1> +<p> +<list> +<item>Some html-links may still be faulty. +</list> +<h1>References</h1> +<p> +<i>Nothing to reference</i> + + </section> +</report> + + + + + + + + + + + + + + -- cgit v1.2.3