site logo  PsdInit

HomePage | Categories |* BLOG *| RecentChanges | RecentlyCommented | Login/Register

PSD_INIT


PSD_INIT keywords Required, Can Block

Description Initialize the PSD.

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.

Mode Called in Init Mode only.

Entry Pointer to INIT structure

Exit
NO_ERROR if the PSD initialized successfully.
-1 if the PSD didn't initialize.

Structures
typedef struct init_s {
   ulong_t flags;    (Output)
   ulong_t version;  (Output)
} INIT;



Notes None.

Return to SMP Programming Addendum Page.

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.7
Page was generated in 0.9368 seconds