Important: The information in this document is obsolete and should not be used for new development.
SetTimeout
You can use theSetTimeout
procedure to set the timeout interval for the startup drive.
PROCEDURE SetTimeout (count: Integer);
count
- Indicates the number of seconds that you want the system to wait for the startup drive to respond during the boot cycle. A value of 0 indicates the default timeout of 20 seconds. The maximum value is 31 seconds.
DESCRIPTION
TheSetTimeout
procedure sets the timeout interval for the startup drive. Timeout values increment in 1-second intervals, from 1 to a maximum of 31 seconds. Setting thecount
parameter to a value of 1 indicates 1 second.ASSEMBLY LANGUAGE INFORMATION
The registers on entry for this routine are
Registers on entry A0 $0001 The
_SetTimeout
macro expands to invoke another trap macro, whose routine selector is passed in the A0 register:
Trap Macro Selector _InternalWait $0001