On 25.9.2013 г. 14:14 ч., Michael Schnell wrote:
On 09/25/2013 01:00 PM, Nikolay Nikolov wrote:

Real mode or DPMI? IMHO, real mode is doable, DPMI - not so much (at least not without using a certain DPMI host with special modifications).

Did DPMI even exist at this time ?
15 years ago is 1998, so yes. Maybe it was even earlier?

IIRC it was a native 8088 chip -> http://en.wikipedia.org/wiki/Intel_8088
Real mode it is, then. DPMI requires 286+ and the DOS extender that FPC uses is 386+. Borland Pascal 7 had a 16-bit (286+) DPMI dos extender. We can implement that as well, as soon as the i8086 large memory model is finished. The Open Watcom linker we're using already supports the DOS/16M extender binary format I think.

Nikolay

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to