~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to erts/etc/ose/monolith/osemain.con

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SEPARATELY_LINKED(NO)
2
 
USER_START(NO)
3
 
 
4
 
DEF_BLOCK(erl_block, 0, DEFAULT, USER_MODE, 8192000,
5
 
          255, 1066, 4095, 1048575,
6
 
          1023, 8191, 65535, 524288)
7
 
 
8
 
PRI_PROC(ose_heapd, ose_heapd, 2000, 10, DEFAULT, 0, NULL)
9
 
PRI_PROC(ose_ethlink, ose_ethlink, 1024, 10, DEFAULT, 0, NULL)
10
 
PRI_PROC(ose_inet, ose_inet,  1024, 10, DEFAULT, 0, NULL)
11
 
PRI_PROC(init_inet, init_inet,  256,  9, DEFAULT, 0, NULL)
12
 
PRI_PROC(ose_extfm, ose_extfm, 2000, 9, DEFAULT, 0, NULL)
13
 
/* PRI_PROC(ose_ramdisk,  ose_ramdisk,  1000, 9, DEFAULT, 0, NULL) */
14
 
PRI_PROC(ose_dbgserver, ose_dbgserver, 4096,  0, DEFAULT, 0, NULL)
15
 
PRI_PROC(ose_tosv, ose_tosv, 1024, 10, DEFAULT, 0, NULL)
16
 
PRI_PROC(ose_rtc, ose_rtc, 1024, 10, DEFAULT, 0, NULL)
17
 
PRI_PROC(ose_pthread,  ose_pthread,   4096, 13, DEFAULT, 0, NULL)
18
 
PRI_PROC(ose_udppdr, ose_udppdr, 2000,  4, DEFAULT, 0, NULL )
19
 
PRI_PROC(ose_lnhudp, ose_lnhudp, 1000, 16, DEFAULT, 0, NULL)
20
 
PRI_PROC(ose_fss,  ose_fss,  2000, 9, DEFAULT, 0, NULL)
21
 
PRI_PROC(ose_confm, ose_confm, 2000, 9, DEFAULT, 0, NULL)
22
 
PRI_PROC(ose_serdd, ose_serdd, 2000, 9, DEFAULT, 0, NULL)
23
 
PRI_PROC(ose_shelld, ose_shelld, 8000, 20, DEFAULT, 0, NULL)
24
 
PRI_PROC(ose_telnetd, ose_telnetd, 1000, 25, DEFAULT, 0, NULL)
25
 
PRI_PROC(start_efs, start_efs, 2000, 9, DEFAULT, 0, NULL )
26
 
PRI_PROC(ose_tftpd, ose_tftpd, 1000, 15, DEFAULT, 0, NULL)
27
 
PRI_PROC(ose_resolve, ose_resolve, 1000, 20, DEFAULT, 0, NULL)
28
 
 
29
 
BG_PROC(erl_tmp, erl_tmp, 64, erl_block, 0, NULL) 
30
 
 
31
 
/*---------------- MISC ERLANG CONFIG VARIABLES ------------*/
32
 
 
33
 
BLOCK_VARIABLE  ( erl_block, HOME, "/ldisk/erl_user" )
34
 
BLOCK_VARIABLE  ( erl_block, ROOTDIR, "/ldisk/erl_release" )
35
 
BLOCK_VARIABLE  ( erl_block, EMU, "beam" )
36
 
BLOCK_VARIABLE  ( erl_block, PROGNAME, "start_erl" )
37
 
BLOCK_VARIABLE  ( erl_block, ERL_CRASH_DUMP, "/ram/erl_crash.dump" )
38
 
BLOCK_VARIABLE  ( erl_block, ERL_MAX_PORTS, "1024" )
39
 
 
40
 
/*--------------------- MEMORY CONFIG ----------------------*/
41
 
 
42
 
/* This will extend the OSE heap with 16Mb (2EDFFFD..3E7FFFD) */
43
 
BLOCK_VARIABLE  ( erl_block, OSE_EXT_HEAP_SIZE, "16384000" )
44
 
BLOCK_VARIABLE  ( erl_block, OSE_EXT_HEAP_ADDR, "49151996" )
45
 
/* BLOCK_VARIABLE  ( erl_block, OSE_EXT_HEAP_SIZE, "16384000" ) */
46
 
/* BLOCK_VARIABLE  ( erl_block, OSE_EXT_HEAP_ADDR, "65535998" ) */
47
 
 
48
 
/* This will reserve a 64 Mb heap area for Erlang (3E7FFFE..7CFFFFE) */
49
 
BLOCK_VARIABLE  ( erl_block, ERL_HEAP_SIZE, "65536000" )
50
 
BLOCK_VARIABLE  ( erl_block, ERL_HEAP_ADDR, "65535998" )
51
 
/* BLOCK_VARIABLE  ( erl_block, ERL_HEAP_SIZE, "49152000" ) */
52
 
/* BLOCK_VARIABLE  ( erl_block, ERL_HEAP_ADDR, "81919999" ) */
53
 
 
54
 
/*--------------------- INET CONFIG ------------------------*/
55
 
 
56
 
BLOCK_VARIABLE  ( erl_block, HOSTSFILE, "/etc/hosts" ) 
57
 
BLOCK_VARIABLE  ( erl_block, RESOLVFILE, "/etc/resolv.conf" )
58
 
/* BLOCK_VARIABLE  ( erl_block, ERL_CTRL_MON_PORT, "9999" ) */
59
 
 
60
 
/* This info may be read from hosts file */
61
 
/* BLOCK_VARIABLE  ( DEFAULT, HOSTNAME, "maeglin.du.uab.ericsson.se" ) */
62
 
/* BLOCK_VARIABLE  ( DEFAULT, NAMESERVER, "134.138.176.16" ) */
63
 
/* BLOCK_VARIABLE  ( DEFAULT, DOMAIN, "du.uab.ericsson.se" ) */
64
 
 
65
 
/* if using ethernet for debug 
66
 
PROC_VARIABLE(ose_dbgserver, OSEDBG_INTERFACE,'eth0')
67
 
PROC_VARIABLE(ose_dbgserver, OSEDBG_CONNECTION_PORT,'1024')
68
 
*/
69
 
 
70
 
PROC_VARIABLE(ose_inet, MAX_SOCKETS, "1024")
71
 
 
72
 
START_OSE_HOOK2 (bspStartOseHook2)
73
 
START_OSE_HOOK2 (heap_init_flib)
74
 
START_OSE_HOOK2 (initPthreads)
75
 
START_OSE_HOOK2 (initInet)
76
 
START_OSE_HOOK2 (initInetFlib)
77
 
START_OSE_HOOK2 (initRtc)
78
 
START_OSE_HOOK2 (initRtcFlib)
79
 
START_OSE_HOOK2 (initEfsCmds)
80
 
START_OSE_HOOK2 (init_dbgprintf)
81
 
START_OSE_HOOK2 (initConCmds)
82
 
START_OSE_HOOK2 (initRtcCmds)
83
 
START_OSE_HOOK2 (initKillCmds)
84
 
START_OSE_HOOK2 (initHeapCmds)
85
 
START_OSE_HOOK2 (initShellCmds)
86
 
START_OSE_HOOK2 (initTftp)
87
 
START_OSE_HOOK2 (initFtpCmds)
88
 
 
89
 
START_OSE_HOOK2 (erlHooks)