Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > ARINC 653 for VxWorks 653 code > Modeling an ARINC 653 configuration and VxWorks 653 application startup code > Defining the shared library, config record and core os:
  
Defining the shared library, config record and core os:
1. In the Packages pane, expand the Module that was created by the New > Integration Project command.
2. Locate the Shared Library item that is named vxSysLib:
a. Open the Shared Library's Property Pages.
b. Click the SharedLibrary tab, and set the properties as required. See the related links below.
3. Locate the Config Record item that is named configRecord:
a. Open the Config Record's Property Pages.
b. Click the ConfigRecord tab, and set the Base_Address property as required. See the related links below.
4. Locate the Core OS item that is named simpc:
a. Open the Core OS's Property Pages.
b. Click the CoreOS tab, and set the properties as required.
You can now create the partitions. See Creating a partition.