
  PROCEDURE [XREF] osp$define_system_task_r1 (name: ost$name;
        automatic_restart: boolean;
        deactivate_task_option: ost$termination_type;
        idle_task_option: ost$termination_type;
        restart_after_idle: boolean;
        spy_identifier: pmt$spy_identifier;
        execution_ring: ost$valid_ring;
        program_description: ^llt$program_description;
        parameters: ^clt$parameter_list;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$name
*copyc ost$termination_type
*copyc pmt$spy_identifier
*copyc osd$virtual_address
*copyc llt$program_description
*copyc clt$parameter_list
*copyc ost$status
?? POP ??

