PSD_INIT keywords
This function is called to initialize the PSD. It is used to allocate and initialize any resources that the PSD may require, as well as initializing the state of the hardware. This function should only initialize the state of the hardware in general. Initialization of CPUs should be done in ProcInit. It must fill in the INIT structure passed to it by OS/2. This function is only called once on CPU0.
NO_ERROR
typedef struct init_s{ ulong_t flags; (Output) ulong_t version; (Output) } INIT;
flags