BlockDev_API_Hw_Detect_End

include vmm.inc

include blockdev.inc

mov ax, 1607h ; device callout

mov bx, BlockDev_Device_ID ; block device ID

mov cx, BlockDev_API_Hw_Detect_End

int 2Fh


The BlockDev_API_Hw_Detect_End function notifies TSRs and MS-DOS device drivers that a virtual block device has completed hardware detection.

See Also

BlockDev_API_Hw_Detect_Start