Date: Sat, 3 Apr 93 19:42:14 +0100 From: frigault AT gla DOT ecoledoc DOT ibp DOT fr To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Help interrupt and real mode memory allocation Cc: frigault AT gla DOT ecoledoc DOT ibp DOT fr I need to call the 0x11 interrupt to access an scsi device driver. The interrupt call need a real mode buffer address in ds:dx. I don't know at all how to allocate memory in real mode area and how to get the segment:offset value for this memory to fill the REGS and SREGS structure before calling the interrupt. Can anybody help me or give me an example ? Thanks in advance Laurent