
  PROCEDURE [XREF] osp$define_system_task
    (    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 osd$virtual_address
*copyc clt$parameter_list
*copyc clt$parameter_list_contents
*copyc llt$program_description
*copyc ost$name
*copyc ost$status
*copyc ost$termination_type
*copyc pmt$spy_identifier
?? POP ??
