Re: DOS memory management

2003-12-09 Thread Bart Oldeman
On Tue, 9 Dec 2003, Stas Sergeev wrote: Updegrove, Timothy (Tim) wrote: to the DMA hardware, map a physical address to a linear address, etc will work as is under Linux or are modifications required? This functionality is not implemented in dosemu. The relevant API is missing in a DPMI

DOS memory management

2003-12-08 Thread Updegrove, Timothy (Tim)
Currently, DJGPP is used for a program to access a memory-mapped PCI device. Currently, the program is compiled and run on a Windows machine. The task is to take the same (or nearly same) source, compile and run it on a Linux Red Hat 9 machine running DOSEMU. I'm wondering if the DJGPP/DPMI