delorie.com/djgpp/doc/dpmi/api/310508.html   search  
Int 31H Function 0508H

Map Device in Memory Block [1.0]

Maps the physical addresses assigned to a device onto the linear addresses of a memory block previously allocated with Int 31H Function 0504H.

Call With

AX = 0508H
ESI = memory block handle
EBX = offset within memory block of page(s) to be mapped (must be page-aligned)
ECX = number of pages to map
EDX = physical address of device (must be page-aligned)

Returns

if function successful
Carry flag = clear

if function unsuccessful
Carry flag = set
AX = error code
8001Hunsupported function (Device Mapping Capability not supported)
8003Hsystem integrity (invalid device address)
8023Hinvalid handle (in ESI)
8025Hinvalid linear address (specified range is not within specified block or EBX/EDX is not page-aligned)

Notes


  prev next   webmaster     delorie software   privacy  
  Copyright © 2024     Updated Feb 2024