=> R0 = pointer to command
R1 = &04 (reason code)
<= R0 & R1 preserved to pass on else
R0 = 0 if command successful, else pointer to error
R1 = 0 (to claim service)
This service is issued when a command is unknown, before the filing system is called to attempt to run the command. NetFS uses this service to implement file server commands.
Use the command table in a Relocatable Module if possible to implement new * Commands.
See PRM 1, page 255
|
|
|