ChorusOS 4.0 Introduction

Configuration Profiles

The ChorusOS operating system provides profiles which are used to set up an initial configuration. These profiles include or remove certain features in the system.

Two pre-defined configuration profiles, the basic profile and the extended profile, are provided to help you select an initial configuration for the ChorusOS operating system. The extended profile is the default profile, and does not need to be explicitly specified.

The extended configuration profile corresponds to a reference configuration for telecommunications systems. It includes support for networking using remote IPC over Ethernet and an NFS client. This uses the protected memory model.

The basic configuration profile corresponds to a realistic configuration, keeping the footprint small. With this configuration, applications are usually embedded in the system image and launched either at boot time or subsequently from the image file system or the boot file system. This configuration uses the flat memory model, to minimize the footprint. System administration is local, with C_INIT access through the console.

Table 3-1 shows the settings of all the features in the extended and basic configuration profiles.

Table 3-1 Feature settings in the extended and basic configuration profiles
 Nameextended profile valuebasic profile value
 Kernel features
 USER_MODEtruetrue
  VIRTUAL_ADDRESS_SPACEtruefalse
 SEMtruetrue
 EVENTtruetrue
 MONITORfalsefalse
 TIMERtruetrue
 DATEtruetrue
 RTCtruetrue
 PERFtruetrue
 IPCtruetrue
 LOGtruetrue
 MONtruefalse
 MIPCtruetrue
 LAPBINDtruetrue
 LAPSAFEtruetrue
 C_INIT features
 LOCAL_CONSOLEfalsefalse
 RSHtruefalse
 IOM features
 AF_LOCALtruetrue
 BPFtruefalse
 DEV_MEMtruefalse
 MSDOSFStruetrue
 NFS_CLIENTtruefalse
 POSIX_SOCKETStruetrue
 RAM_DISKtruetrue
 AM features
 ACTOR_EXTENDED_MNGTtruetrue
 ADMIN features
 ADMIN_IFCONFIGtruetrue
 ADMIN_MOUNTtruetrue
 ADMIN_RARPtruefalse
 ADMIN_ROUTEtruetrue
 ADMIN_SHUTDOWNtruetrue


Note -

The MONITOR feature is an internal feature which is only used by the Java Virtual Machine.


Both configuration profiles include support for system debugging.

You can use one of these configuration profiles as the initial configuration for your system, and add or remove specific feature options using the configurator utility (see "Command-line Configuration Tool"). Once you have created your initial configuration, you can also use the graphical configuration tool ews (see "Graphical Configuration Tool") to manage the configuration.