Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ param.h(7) — AIX/RT 2.2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

param.h

Purpose

     Describes system parameters.

Synopsis

     #include <sys/param.h>

Description

     Parameters  vary among  systems using  the AIX  operating
     system.   For the  RT PC,  these parameters  are in  this
     file.  The most significant parameters are:

     BSIZE Indicates  the kernel  buffer  size.  RT  PC has  a
           buffer  size of  2048 bytes.   This determines  the
           size of block clusters on a file system.  Since the
           size  of a  block  is  512 bytes,  a  cluster is  4
           blocks.

     NOFILE  Indicates  the  maximum  open  file  allowed  per
           process.  This value is 200.

     NCARGS  Indicates  the   maximum  number  of  characters,
           including terminating NULs that may be passed using
           the exec system call.

File

     /usr/include/sys/param.h

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026