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 13h, 19h park heads ps/2</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 13h, 19h            Park Heads                                       PS/2

    Parks disk heads. You should do this before moving a drive.

        Entry   DL = Drive ID number (bit 7 = 1 for hard disks. 0 origin)

        Return  AH = Status of operation (see Service 01h)
                CF   Set if error, else cleared

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

    This service parks the heads of PS/2 disk drives. You should do
    this before moving a drive. Place the number of the disk to park
    in DL (0 origin), and set bit 7 of DL to 1 for hard disks.

    On return, AH holds the status code (see Service 01h for the
    meaning of the codes). If the carry flag is set, the operation
    failed.

See Also: Int 13h, 01h

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