! ! Compile and link the RS handler. ! ! Assume all files reside on DK: and we're linking for XM. ! macro rs/obj:rsx link/execute:rsx.sys/nobitmap rsx ! ! Handler supports the following set options: ! ! set rs sysgen ! Configure the handler for the current operating system. This ! MUST be done before the handler can be installed. ! set rs on ! Load handler if required and start monitoring the clock ! interrupts and keystrokes. ! set rs off ! Stop monitoring interrupts and unload the handler. !