a) DOS/32 Advanced allocates
an internal DTA buffer in conventional memory. Each extended DOS function
that accesses DTA will copy data from your DTA (pointed by DS:EDX) to this
buffer, call real mode DOS function, and copy the updated data from the
buffer back to your DTA.