~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to system/doc/embedded/embedded_nt.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>1997</year><year>2009</year>
 
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
 
9
    </copyright>
 
10
    <legalnotice>
 
11
      The contents of this file are subject to the Erlang Public License,
 
12
      Version 1.1, (the "License"); you may not use this file except in
 
13
      compliance with the License. You should have received a copy of the
 
14
      Erlang Public License along with this software. If not, it can be
 
15
      retrieved online at http://www.erlang.org/.
 
16
    
 
17
      Software distributed under the License is distributed on an "AS IS"
 
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
      the License for the specific language governing rights and limitations
 
20
      under the License.
 
21
    
 
22
    </legalnotice>
 
23
 
 
24
    <title>Windows NT</title>
 
25
    <prepared>Kenneth Lundin</prepared>
 
26
    <responsible>Kenneth Lundin</responsible>
 
27
    <docno></docno>
 
28
    <approved></approved>
 
29
    <checked></checked>
 
30
    <date>1997-11-25</date>
 
31
    <rev>PA2</rev>
 
32
    <file>embedded_nt.xml</file>
 
33
  </header>
 
34
  <p>This chapter describes the OS specific parts of OTP which relate
 
35
    to Windows NT.
 
36
    </p>
 
37
 
 
38
  <section>
 
39
    <title>Introduction</title>
 
40
    <p>A normal installation of NT 4.0, with service pack 4 or later, 
 
41
      is required for an embedded Windows NT running OTP.</p>
 
42
  </section>
 
43
 
 
44
  <section>
 
45
    <title>Memory Usage</title>
 
46
    <p>RAM memory of 96 MBytes is recommended to run OTP on NT.
 
47
      A system with less than 64 Mbytes of RAM is not recommended.</p>
 
48
  </section>
 
49
 
 
50
  <section>
 
51
    <title>Disk Space Usage</title>
 
52
    <p>A minimum NT installation with networking needs 250 MB, and 
 
53
      an additional 130 MB for the swap file. </p>
 
54
  </section>
 
55
 
 
56
  <section>
 
57
    <title>Installation</title>
 
58
    <p>Normal NT installation is performed. No additional application   
 
59
      programs are needed, such as Internet explorer or web server. Networking
 
60
      with TCP/IP is required.      <br></br>
 
61
 
 
62
      Service pack 4 or later must be installed.</p>
 
63
 
 
64
    <section>
 
65
      <title>Hardware Watchdog</title>
 
66
      <p>For Windows NT running on standard PCs with ISA and/or PCI bus
 
67
        there is a possibility to install an extension card with a hardware
 
68
        watchdog.
 
69
        </p>
 
70
      <p>See also the <c>heart(3)</c> reference manual page in
 
71
        <em>Kernel</em>.
 
72
        </p>
 
73
    </section>
 
74
  </section>
 
75
 
 
76
  <section>
 
77
    <title>Starting Erlang</title>
 
78
    <p>On an embedded system, the <c>erlsrv</c> module should be used, 
 
79
      to install the erlang process as a Windows system service. 
 
80
      This service can start
 
81
      after NT has booted. See documentation for <c>erlsrv</c>.</p>
 
82
  </section>
 
83
</chapter>
 
84