Download pSOSystem Programmer`s Reference

Transcript
pr.book Page 20 Thursday, January 28, 1999 9:18 AM
pSOSystem Configuration File
pSOSystem Programmer’s Reference
Other Parameters
Table 5-14 lists the TFTP, HTTP and PIPE configuration parameters.
TABLE 5-14 Pseudo Console, TFTP, HTTP and PIPE Configuration Parameters
Parameter
Value
Description
SC_MAX_TFTP_CHAN
1
Maximum number of TFTP channels
SC_MAX_HTTP_CHAN
1
Maximum number of HTTP channels
SC_MAX_PIPE_CHAN
1
Maximum number of PIPE channels
Table 5-15 contains the Memory Management Library configuration parameter.
TABLE 5-15 Memory Management Library Configuration Parameters
Parameter
SC_MMULIB
Value
NO
The SC_MMULIB parameter controls the MMU library callouts when pROBE+ is entered. Setting this to YES enables the callouts, while setting this to NO disables the
callouts when pROBE+ is entered, and MMU (BSP_MMU in bsp.h) is enabled.
Component Configuration Parameters
The values of many configuration table entries are controlled by #define statements in sys_conf.h. The following subsections list the parameters that #define
statements can control. The configuration tables section of this manual describes
these parameters. Note that the names of the configuration table entries shown in
this section are in lowercase, and the corresponding sys_conf.h parameters are in
uppercase. For example, fc_nbuf in the pHILE+ configuration table is controlled
by FC_NBUF in sys_conf.h.
Although most of the component configuration table entries are determined by
sys_conf.h, others are not because sys_conf.h cannot specify them. For example, kc_code in the pSOS+ configuration table contains the starting address of the
pSOS+ kernel, but as this is determined by where the linker places the pSOS+ kernel, sys_conf.h cannot specify the address.
5-20
sys_conf.h