F$SLink

From NitrOS-9
Jump to: navigation, search
System Link Adds a module from outside the current address space into the current address space
OS9 F$SLink 103F 34

Entry Conditions

A module type

X module name string pointer

Y name string DAT image pointer

Exit Conditions

A module type

B module revision (if no error)

X updated name string pointer

Y module entry point

U module pointer

Error Output

CC carry set on error

B error code, if any

Additional Information

  • The I/O system uses the System Link call to link into the current process’s address space those modules specified by a device name in a user call. User calls such as Create File and Open Path use this system call.
  • The support module for this call is OS9p1.

krn