Previous: Task Special Ports, Up: Task Interface
The function
task_get_emulation_vector
gets the user-level handler entry points for all emulated system calls.
The function
task_set_emulation_vector
establishes user-level handlers for the specified system calls. Non-emulated system calls are specified with an entry ofEML_ROUTINE_NULL
. System call emulation handlers are inherited by the children of task.