◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── 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_Start int 2Fh The BlockDev_API_Hw_Detect_Start function notifies TSRs and MS-DOS device drivers that a virtual block device is performing hardware detection. This may, for example, disable a write-behind cache. See Also BlockDev_API_Hw_Detect_End ♦