Interrups | Categories | Contents |
AH = B5h AL = subfunction 03h get task modeReturn:
AH = 00h AL = current task mode byte (see #01803) 04h get task mode pointerReturn:
ES:BX -> task mode byte
Notes: The task mode byte specifies how task cleanup should be performed, but is declared to be version-dependent. Allows a program to disable the automatic cleanup for programs managing task swapping, etc.
(Table 01803) Values for NetWare task mode byte in version 3.01: 00h-03h reserved 04h no task cleanup
Category: Netware - Int 21h - N
Interrups | Categories | Contents |