Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 15h, 82h device program termination many</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 15h, 82h            Device Program Termination                       many

    Provides an interface to discontinue the use of a device by all
    processes currently using the device.

        Entry   AH = 82h
                BX = Device ID

        Return  CF Set if service not supported, else cleared

    ------------------------------------------------------------------

    The PC, PCjr, and the XT dated 11/08/82 do not support this
    service.

    This interface is supported for multi-tasking environments, where
    more than one process (or task) may be executing in the system.
    Usually the operating system will supply the handler for this
    service; this way, the operating system can keep track of which
    process is using each device on the system.

    The operating system will use this service to discontinue the use
    of a device by all processes currently using the device.

See Also: Int 15h, 80h Int 15h, 81h

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