Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 21 - novell netware shell 3.01 - task mode control http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare shell 3.01 - TASK MODE CONTROL
        AH = B5h
        AL = subfunction
            03h get task mode
                Return: AH = 00h
                        AL = current task mode byte
            04h get task mode pointer
                Return: 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.

Values for task mode byte in version 3.01:
 00h-03h reserved
 04h     no task cleanup

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson