os_program_init - Program initialization (called at start) Returns: 0 on success, -1 on failure This function is called when a programs starts. If there are any OS specific processing that is needed, it can be placed here. It is also acceptable to just return 0 if not special processing is needed.